Click or drag to resize

AnimationNodeBlendSpace2DRemoveTriangle Method

Removes the triangle at index triangle from the blend space.

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

Parameters

triangle
Type: SystemInt32

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

See Also