gwnavruntime/navgraph/vertexdata.h Source File
Go to the documentation of this file.
9 #ifndef Navigation_VertexData_H
10 #define Navigation_VertexData_H
25 GraphVertexData() : m_startIdxInEdgeDataArray(0), m_navGraphLink(
KY_NULL) {}
30 NavGraphLink* m_navGraphLink;
35 #endif //Navigation_VertexData_H
Vec2i CellPos
A type that represents the position of a cell within a 2D grid.
Definition: navmeshtypes.h:33
#define KY_NULL
Null value.
Definition: types.h:247
Definition: gamekitcrowddispersion.h:20
#define KY_DEFINE_NEW_DELETE_OPERATORS(MemStat)
This macro defines new and delete operators.
Definition: memory.h:137
unsigned int KyUInt32
Type used internally to represent an unsigned 32-bit integer.
Definition: types.h:36