PhysicsConcaveTriangleMeshGeometryIndex Method  | 
 
            The "index into the list of vertices" at the specified index.
            
 
    Namespace: 
   Demo3D.Visuals
    Assembly:
   Demo3D.Core (in Demo3D.Core.dll) Version: 18.03.00
Syntaxpublic int Index(
	int index
)
Parameters
- index
 - Type: SystemInt32
The index into the indices in the range [0, IndexCount). 
Return Value
Type: 
Int32The corresponding index into the list of vertices.
See Also