OdinAI
 All Classes Namespaces Functions Variables
OdinAI::GraphNode Class Reference

#include <GraphNodes.h>

Inheritance diagram for OdinAI::GraphNode:
OdinAI::NavGraphNode< Vector >

Public Member Functions

 GraphNode (int index)
 
void SetIndex (int index)
 
int GetIndex () const
 

Protected Attributes

int m_index
 

Detailed Description

Graph node is self-explained... Implementation is based on the book: Programming Game AI by Example.


The documentation for this class was generated from the following file: