Click or drag to resize

ShaderMaterialPropertyGetRevert Method

Returns the default value of the material property with given name.

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

Parameters

name
Type: SystemString

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

Return Value

Type: Object

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

See Also