Contents, API Reference, Interfaces, iMesh, getNumberOfOffMeshConnections
iMesh::getNumberOfOffMeshConnections()
Description
Helper function returning the number of off-mesh connections stored with a mesh.
Syntax
int32_t getNumberOfOffMeshConnections() const; |
Return Value
The number of off-mesh connections stored with this mesh.
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
int getNumberOfOffMeshConnections(); |
Java Mapping
int getNumberOfOffMeshConnections();
|