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: 15.0.2.11458
Syntax
C#
public int Index(
	int index
)

Parameters

index
Type: SystemInt32
The index into the indices in the range [0, IndexCount).

Return Value

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