PathEngine home previous: iMesh::getNumberOfNamedObstacles()next: iMesh::getNumberOfSections()
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();

Documentation for PathEngine release 6.04 - Copyright © 2002-2024 PathEnginenext: iMesh::getNumberOfSections()