Click or drag to resize

AnimationNodeBlendSpace2DRemoveBlendPoint Method

Removes the point at index point from the blend space.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void RemoveBlendPoint(
	int point
)

Parameters

point
Type: SystemInt32

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

See Also