Click or drag to resize

AnimationNodeBlendSpace2DSetBlendPointNode Method

Changes the AnimationNode referenced by the point at index point.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void SetBlendPointNode(
	int point,
	AnimationRootNode node
)

Parameters

point
Type: SystemInt32

[Missing <param name="point"/> documentation for "M:Godot.AnimationNodeBlendSpace2D.SetBlendPointNode(System.Int32,Godot.AnimationRootNode)"]

node
Type: GodotAnimationRootNode

[Missing <param name="node"/> documentation for "M:Godot.AnimationNodeBlendSpace2D.SetBlendPointNode(System.Int32,Godot.AnimationRootNode)"]

See Also