Click or drag to resize

ShaderMaterialPropertyCanRevert Method

Returns true if the property identified by name can be reverted to a default value.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public bool PropertyCanRevert(
	string name
)

Parameters

name
Type: SystemString

[Missing <param name="name"/> documentation for "M:Godot.ShaderMaterial.PropertyCanRevert(System.String)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Godot.ShaderMaterial.PropertyCanRevert(System.String)"]

See Also