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

Example of how to handle off-mesh link traversal. More...

Detailed Description

Example of how to handle off-mesh link traversal.

This is used in the "Example4_Recast_Navmesh2" example scene.

See Also
Pathfinding.RichAI
Pathfinding.RichAI.onTraverseOffMeshLink
Pathfinding.AnimationLink

Public Attributes

Animation anim
 

Protected Member Functions

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

Private Member Functions

void OnDisable ()
 
void OnEnable ()
 

Private Attributes

RichAI ai
 

Additional Inherited Members

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

Member Function Documentation

void OnDisable ( )
private
void OnEnable ( )
private
virtual IEnumerator TraverseOffMeshLink ( RichSpecial  rs)
protectedvirtual

Member Data Documentation

RichAI ai
private
Animation anim

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