| 
| static Transform  | SearchRec (Transform tr, string name) | 
|   | 
 | 
| enum   | EventType {  
  PostScan = 1 << 0, 
PreScan = 1 << 1, 
LatePostScan = 1 << 2, 
PreUpdate = 1 << 3, 
 
  PostUpdate = 1 << 4, 
PostCacheLoad = 1 << 5, 
PostUpdateBeforeAreaRecalculation = 1 << 6, 
PostGraphLoad = 1 << 7
 
 } | 
|   | GraphModifier event type.  More...
  | 
|   | 
| static NodeLink2  | GetNodeLink (GraphNode node) | 
|   | 
| static void  | FindAllModifiers () | 
|   | 
| static void  | TriggerEvent (GraphModifier.EventType type) | 
|   | Triggers an event for all active graph modifiers.  More...
  | 
|   | 
| override void  | OnDisable () | 
|   | Removes this modifier from list of active modifiers.  More...
  | 
|   | 
| override void  | OnEnable () | 
|   | Adds this modifier to list of active modifiers.  More...
  | 
|   | 
| override void  | Awake () | 
|   | 
| virtual void  | OnDestroy () | 
|   | 
| override void  | Reset () | 
|   | Handle serialization backwards compatibility.  More...
  | 
|   | 
| virtual int  | OnUpgradeSerializedData (int version, bool unityThread) | 
|   | Handle serialization backwards compatibility.  More...
  | 
|   | 
| static List< T >  | GetModifiersOfType< T > () | 
|   | 
| ulong  | uniqueID | 
|   | Unique persistent ID for this component, used for serialization.  More...
  | 
|   | 
| static Dictionary< GraphNode, NodeLink2 >  | reference = new Dictionary<GraphNode, NodeLink2>() | 
|   | 
| static Dictionary< ulong, GraphModifier >  | usedIDs = new Dictionary<ulong, GraphModifier>() | 
|   | Maps persistent IDs to the component that uses it.  More...
  | 
|   | 
| static void  | DeserializeReferences (Pathfinding.Serialization.GraphSerializationContext ctx) | 
|   | 
| static void  | SerializeReferences (Pathfinding.Serialization.GraphSerializationContext ctx) | 
|   | 
| PointNode  | endNode [get, private set] | 
|   | 
| GraphNode  | EndNode [get] | 
|   | 
| Transform  | EndTransform [get] | 
|   | 
| PointNode  | startNode [get, private set] | 
|   | 
| GraphNode  | StartNode [get] | 
|   | 
| Transform  | StartTransform [get] | 
|   | 
| int Util.IEntityIndex.  | EntityIndex [get, set] | 
|   | Internal entity index used by #BurstBatchHelper.  More...
  | 
|   | 
| int  | EntityIndex [get, set] | 
|   | 
◆ CalculateOffsets()
      
        
          | void CalculateOffsets  | 
          ( | 
          List< Vector3 >  | 
          trace,  | 
        
        
           | 
           | 
          out Vector3  | 
          endPosition  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ DrawGizmos()
  
  
      
        
          | override void DrawGizmos  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
virtual   | 
  
 
 
◆ SearchRec()
  
  
      
        
          | static Transform SearchRec  | 
          ( | 
          Transform  | 
          tr,  | 
         
        
           | 
           | 
          string  | 
          name  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
staticprivate   | 
  
 
 
◆ animSpeed
◆ boneRoot
      
        
          | string boneRoot = "bn_COG_Root" | 
        
      
 
 
◆ clip
◆ referenceMesh
◆ reverseAnim
◆ sequence
The documentation for this class was generated from the following file:
- /Users/arong/Unity/a-pathfinding-project/Assets/AstarPathfindingProject/Core/Misc/AnimationLink.cs