A* Pathfinding Project  3.1.4
The A* Pathfinding Project for Unity 3D
 All Classes Namespaces Files Functions Variables Enumerations Properties Groups Pages
RVOExampleAgent Class Reference
+ Inheritance diagram for RVOExampleAgent:
+ Collaboration diagram for RVOExampleAgent:

Public Member Functions

void Awake ()
 
void OnPathComplete (Path _p)
 
void RecalculatePath ()
 
void SetColor (Color col)
 
void SetTarget (Vector3 target)
 
void Start ()
 
void Update ()
 

Public Attributes

float moveNextDist = 1
 
float repathRate = 1
 

Private Attributes

bool canSearchAgain = true
 
RVOController controller
 
float nextRepath = 0
 
Path path = null
 
MeshRenderer[] rends
 
Seeker seeker
 
Vector3 target
 
List< Vector3 > vectorPath
 
int wp
 

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