Contents, API Reference, Interfaces, iMesh, getEndPoint
iMesh::getEndPoint()
Description
Helper function for retrieving the positions for off-mesh connection endpoints stored with a mesh.
Syntax
cPosition getEndPoint(int32_t index) const; |
Parameters
| index | |
The index of the endpoint to be retrieved.
|
Return Value
The position of the endpoint.
Remarks
See Off‑Mesh Connections for an overview of the off-mesh connection functionality,
and Working with Off‑Mesh Connections for information about other methods relating to this functionality.
C# Mapping
PathEngine.Position getEndPoint(int index); |
Java Mapping
Position getEndPoint(int index);
|