Click or drag to resize

AnimationNodeBlendSpace2DGetTrianglePoint Method

Returns the position of the point at index point in the triangle of index triangle.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public int GetTrianglePoint(
	int triangle,
	int point
)

Parameters

triangle
Type: SystemInt32

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

point
Type: SystemInt32

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

Return Value

Type: Int32

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

See Also