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
TurnBasedAI Class Reference

Helper script in the example scene 'Turn Based'. More...

Detailed Description

Helper script in the example scene 'Turn Based'.

Public Attributes

SingleNodeBlocker blocker
 
BlockManager blockManager
 
int movementPoints = 2
 
GraphNode targetNode
 
BlockManager.TraversalProvider traversalProvider
 

Protected Member Functions

override void Awake ()
 
- Protected Member Functions inherited from VersionedMonoBehaviour
virtual int OnUpgradeSerializedData (int version, bool unityThread)
 Handle serialization backwards compatibility.
 

Private Member Functions

void Start ()
 

Additional Inherited Members

- Public Member Functions inherited from IVersionedMonoBehaviourInternal
int OnUpgradeSerializedData (int version, bool unityThread)
 

Member Function Documentation

override void Awake ( )
protectedvirtual

Reimplemented from VersionedMonoBehaviour.

void Start ( )
private

Member Data Documentation

BlockManager blockManager
int movementPoints = 2
GraphNode targetNode
BlockManager.TraversalProvider traversalProvider

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