Untold Engine  Beta v0.0.16
docs
Artificial Intelligence System

Classes

class  U4DEngine::U4DNavMeshLoader
 The U4DNavMeshLoader class loads the navigation mesh imported from blender. More...
 
class  U4DEngine::U4DNavigation
 The U4DNavigation class determines the path for the 3D model to navigate. More...
 
class  U4DEngine::U4DNavMesh
 The U4DNavMesh class represents the navigation mesh. It contains the navigatio mesh nodes extracted from the navigation mesh loader. More...
 
class  U4DEngine::U4DNavMeshNode
 The U4DNavMeshNode class represents the navigation mesh node. The nav mesh node contains information required by the PathFinding algorithm. More...
 
class  U4DEngine::U4DPathfinderAStar
 The U4DPathfinderAStar class implements the Path Finding algorithm known as A Star algorithm. More...
 
class  U4DEngine::U4DAlign
 The U4DAlign class implements AI steering separation behavior. More...
 
class  U4DEngine::U4DArrive
 The U4DArrive class implements AI steering Arrive behavior. More...
 
class  U4DEngine::U4DAvoidance
 The U4DAvoidance class implements AI steering Avoidance behavior. More...
 
class  U4DEngine::U4DCohesion
 The U4DCohesion class implements AI steering separation behavior. More...
 
class  U4DEngine::U4DFlee
 The U4DFlee class implements AI steering Flee behavior. More...
 
class  U4DEngine::U4DFlock
 The U4DFlock class implements AI steering separation behavior. More...
 
class  U4DEngine::U4DFollowPath
 The U4DFollowPath class implements AI steering Path Following behavior. More...
 
class  U4DEngine::U4DPursuit
 The U4DPursuit class implements AI steering Pursuit behavior. More...
 
class  U4DEngine::U4DSeek
 The U4DSeek class implements AI steering Seek behavior. More...
 
class  U4DEngine::U4DSeparation
 The U4DSeparation class implements AI steering separation behavior. More...
 
class  U4DEngine::U4DSteering
 The U4DSteering class implements AI steering behaviors. More...
 
class  U4DEngine::U4DWander
 The U4DWander class implements AI steering Wander behavior. More...
 

Detailed Description