Click or drag to resize

AnimationNodeGetParameterList Method

Gets the property information for parameter. Parameters are custom local memory used for your nodes, given a resource can be reused in multiple trees. Format is similar to GetPropertyList.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public virtual Array GetParameterList()

Return Value

Type: Array

[Missing <returns> documentation for "M:Godot.AnimationNode.GetParameterList"]

See Also