Click or drag to resize

AnimationNodeBlendSpace1DRemoveBlendPoint Method

Removes the point at index point from the blend axis.

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.AnimationNodeBlendSpace1D.RemoveBlendPoint(System.Int32)"]

See Also