|
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) |
|
override void | OnDisable () |
| Removes this modifier from list of active modifiers.
|
|
override void | OnEnable () |
| Adds this modifier to list of active modifiers.
|
|
static List< T > | GetModifiersOfType< T > () |
|
ulong | uniqueID |
| Unique persistent ID for this component, used for serialization.
|
|
static Dictionary< GraphNode,
NodeLink2 > | reference = new Dictionary<GraphNode, NodeLink2>() |
|
static void | DeserializeReferences (Pathfinding.Serialization.GraphSerializationContext ctx) |
|
static void | SerializeReferences (Pathfinding.Serialization.GraphSerializationContext ctx) |
|
PointNode | endNode [get, set] |
|
GraphNode | EndNode [get] |
|
Transform | EndTransform [get] |
|
PointNode | startNode [get, set] |
|
GraphNode | StartNode [get] |
|
Transform | StartTransform [get] |
|
void CalculateOffsets |
( |
List< Vector3 > |
trace, |
|
|
out Vector3 |
endPosition |
|
) |
| |
override void OnDrawGizmosSelected |
( |
| ) |
|
|
virtual |
static Transform SearchRec |
( |
Transform |
tr, |
|
|
string |
name |
|
) |
| |
|
staticprivate |
string boneRoot = "bn_COG_Root" |
The documentation for this class was generated from the following file:
- /Users/arong/Unity/a-pathfinding-project/Assets/AstarPathfindingProject/Core/Misc/AnimationLink.cs