Click or drag to resize

AnimationNodeSetParameter Method

Sets a custom parameter. These are used as local storage, because resources can be reused across the tree or scenes.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void SetParameter(
	string name,
	Object value
)

Parameters

name
Type: SystemString

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

value
Type: SystemObject

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

See Also