Click or drag to resize

AnimationNodeBlendSpace2DGetBlendPointPosition Method

Note: This API is now obsolete.

Returns the position of the point at index point.

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

Parameters

point
Type: SystemInt32

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

Return Value

Type: Vector2

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

See Also