Click or drag to resize

MeshDataToolGetFaceEdge Method

Returns specified edge associated with given face.

Edge argument must 2 or less because a face only has three edges.

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

Parameters

idx
Type: SystemInt32

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

edge
Type: SystemInt32

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

Return Value

Type: Int32

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

See Also