Home
last modified time | relevance | path

Searched refs:m_offMeshConFlags (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/recastnavigation/recastnavigation-e75adf86f91eb3082220085e42dda62679f9a3ea/RecastDemo/Include/
H A DInputGeom.h87 unsigned short m_offMeshConFlags[MAX_OFFMESH_CONNECTIONS]; variable
126 const unsigned short* getOffMeshConnectionFlags() const { return m_offMeshConFlags; } in getOffMeshConnectionFlags()
/dports/graphics/recastnavigation/recastnavigation-e75adf86f91eb3082220085e42dda62679f9a3ea/RecastDemo/Source/
H A DInputGeom.cpp247 m_offMeshConFlags[m_offMeshConCount] = (unsigned short)flags; in loadGeomSet()
370 const int flags = m_offMeshConFlags[i]; in saveGeomSet()
478 m_offMeshConFlags[m_offMeshConCount] = flags; in addOffMeshConnection()
495 m_offMeshConFlags[i] = m_offMeshConFlags[m_offMeshConCount]; in deleteOffMeshConnection()