Click or drag to resize

ScriptGetPropertyDefaultValue Method

Returns the default value of the specified property.

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

Parameters

property
Type: SystemString

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

Return Value

Type: Object

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

See Also