Click or drag to resize

AnimationNodeGetParameterDefaultValue Method

Gets the default value of a parameter. Parameters are custom local memory used for your nodes, given a resource can be reused in multiple trees.

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

Parameters

name
Type: SystemString

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

Return Value

Type: Object

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

See Also