![]() |
Plasma Engine
2.0
|
Public Member Functions | |
plRecastNavMeshResourceDescriptor (const plRecastNavMeshResourceDescriptor &rhs)=delete | |
plRecastNavMeshResourceDescriptor (plRecastNavMeshResourceDescriptor &&rhs) | |
void | operator= (plRecastNavMeshResourceDescriptor &&rhs) |
void | operator= (const plRecastNavMeshResourceDescriptor &rhs)=delete |
void | Clear () |
plResult | Serialize (plStreamWriter &inout_stream) const |
plResult | Deserialize (plStreamReader &inout_stream) |
Public Attributes | |
plDataBuffer | m_DetourNavmeshData |
Data that was created by dtCreateNavMeshData() and will be used for dtNavMesh::init() | |
rcPolyMesh * | m_pNavMeshPolygons = nullptr |
Optional, if available the navmesh can be visualized at runtime. | |