Click or drag to resize

AnimationNodeBlendSpace2DSetBlendPointPosition Method

Note: This API is now obsolete.

Updates the position of the point at index point on the blend axis.

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

Parameters

point
Type: SystemInt32

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

pos
Type: GodotVector2

[Missing <param name="pos"/> documentation for "M:Godot.AnimationNodeBlendSpace2D.SetBlendPointPosition(System.Int32,Godot.Vector2)"]

See Also