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

Sets the destination of an AI to the position of a specified object. More...

Detailed Description

Sets the destination of an AI to the position of a specified object.

Public Attributes

Transform target
 

Private Member Functions

void OnDisable ()
 
void OnEnable ()
 
void Update ()
 Updates the AI's destination every frame.
 

Private Attributes

IAstarAI ai
 

Member Function Documentation

void OnDisable ( )
private
void OnEnable ( )
private
void Update ( )
private

Updates the AI's destination every frame.

Member Data Documentation

IAstarAI ai
private
Transform target

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