A* Pathfinding Project  4.1.7
The A* Pathfinding Project for Unity 3D
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. More...
 

Private Attributes

IAstarAI ai
 

Member Function Documentation

◆ OnDisable()

void OnDisable ( )
private

◆ OnEnable()

void OnEnable ( )
private

◆ Update()

void Update ( )
private

Updates the AI's destination every frame.

Member Data Documentation

◆ ai

IAstarAI ai
private

◆ target

Transform target

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