Contents, API Reference, Interfaces, iMesh, clearOffMeshConnectionsAndEndPoints
iMesh::clearOffMeshConnectionsAndEndPoints()
Description
Removes any off-mesh connections or off-mesh connection endpoints associated with a mesh.
Syntax
void clearOffMeshConnectionsAndEndPoints(); |
Remarks
This method may not be called after collision or pathfinding preprocess has been generated or loaded for this mesh.
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
void clearOffMeshConnectionsAndEndPoints(); |
Java Mapping
void clearOffMeshConnectionsAndEndPoints();
|