A* Pathfinding Project
3.1.4
The A* Pathfinding Project for Unity 3D
|
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 | |
Camera | cam |