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