A* Pathfinding Project  3.6.6
The A* Pathfinding Project for Unity 3D
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties Events Macros Groups Pages
LocalAvoidanceMover Class Reference

Small example script of using the LocalAvoidance class. More...

Detailed Description

Small example script of using the LocalAvoidance class.

Deprecated:
This class should not be used anymore, use the RVO system instead.

Public Attributes

float speed = 2
 
float targetPointDist = 10
 

Private Member Functions

void Start ()
 
void Update ()
 

Private Attributes

LocalAvoidance controller
 
Vector3 targetPoint
 

Member Function Documentation

void Start ( )
private
void Update ( )
private

Member Data Documentation

LocalAvoidance controller
private
float speed = 2
Vector3 targetPoint
private
float targetPointDist = 10

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