Click or drag to resize

AnimationNodeBlendSpace2DGetBlendPointNode Method

Note: This API is now obsolete.

Returns the AnimationRootNode referenced by the point at index point.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("GetBlendPointNode is deprecated. Use the BlendPoint63__node property instead.")]
public AnimationRootNode GetBlendPointNode(
	int point
)

Parameters

point
Type: SystemInt32

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

Return Value

Type: AnimationRootNode

[Missing <returns> documentation for "M:Godot.AnimationNodeBlendSpace2D.GetBlendPointNode(System.Int32)"]

See Also