Click or drag to resize

MeshDataToolGetFaceVertex Method

Returns the specified vertex of the given face.

Vertex argument must be 2 or less because faces contain three vertices.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public int GetFaceVertex(
	int idx,
	int vertex
)

Parameters

idx
Type: SystemInt32

[Missing <param name="idx"/> documentation for "M:Godot.MeshDataTool.GetFaceVertex(System.Int32,System.Int32)"]

vertex
Type: SystemInt32

[Missing <param name="vertex"/> documentation for "M:Godot.MeshDataTool.GetFaceVertex(System.Int32,System.Int32)"]

Return Value

Type: Int32

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

See Also