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

Public Member Functions

void OnGUI ()
 
void Start ()
 
void UpdateTargetPosition ()
 

Public Attributes

LayerMask mask
 Mask for the raycast placement.
 
bool onlyOnDoubleClick
 Determines if the target position should be updated every frame or only on double-click.
 
Transform target
 

Private Member Functions

void Update ()
 

Private Attributes

RichAI[] ais
 
AIPath[] ais2
 
Camera cam
 

Member Function Documentation

void OnGUI ( )
void Start ( )
void Update ( )
private
void UpdateTargetPosition ( )

Member Data Documentation

RichAI [] ais
private
AIPath [] ais2
private
Camera cam
private
LayerMask mask

Mask for the raycast placement.

bool onlyOnDoubleClick

Determines if the target position should be updated every frame or only on double-click.

Transform target

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