|
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
} |
| 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 () |
|
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] |
|
◆ CalculateOffsets()
void CalculateOffsets |
( |
List< Vector3 > |
trace, |
|
|
out Vector3 |
endPosition |
|
) |
| |
◆ OnDrawGizmosSelected()
override void OnDrawGizmosSelected |
( |
| ) |
|
|
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