Click or drag to resize

PhysicsConcaveTriangleMeshGeometryIndex Method

The "index into the list of vertices" at the specified index.

Namespace: Demo3D.Visuals
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
public int Index(
	int index
)

Parameters

index  Int32
The index into the indices in the range [0, IndexCount).

Return Value

Int32
The corresponding index into the list of vertices.
See Also