Click or drag to resize

SurfaceToolAddIndex Method

Adds an index to index array if you are using indexed vertices. Does not need to be called before adding vertices.

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

Parameters

index
Type: SystemInt32

[Missing <param name="index"/> documentation for "M:Godot.SurfaceTool.AddIndex(System.Int32)"]

See Also