|
OdinAI
|
Public Member Functions | |
| NavGraphNode (int index) | |
| NavGraphNode (int index, const Vector &v) | |
| const Vector & | GetPosition () const |
| void | SetPosition (const Vector &position) |
Public Member Functions inherited from OdinAI::GraphNode | |
| GraphNode (int index) | |
| void | SetIndex (int index) |
| int | GetIndex () const |
Additional Inherited Members | |
Protected Attributes inherited from OdinAI::GraphNode | |
| int | m_index |