Свойство | Тип | Описание | |
---|---|---|---|
canUseItem | bool | ||
closedNodes | HashSet |
||
currentPosition | Vector3 | ||
currentThreadJob | DynamicPathThreadJob, | ||
currentWayPoints | List |
||
current_waypoint | int | ||
dynamicReplan | bool | ||
dynamicWayPoints | List |
||
isStuck | bool | ||
isStuckOffset | int | ||
iterationOffset | int | ||
jobInProgress | bool | ||
nextWayPoints | List |
||
nodeInProgress | Vector3 | ||
startNode | Node, | ||
stopWatch | Stopwatch | ||
usesWaypoints | bool[] |
Метод | Описание | |
---|---|---|
PathPlanInitialSegment ( ) : void |
Performs path planning for the first path segment by utilizing a DynamicPathThreadJob and waiting for it to complete
|
|
PathPlanNextSegment ( ) : void |
Performs path planning for the next path segment by utilizing a DynamicPathThreadJob that calculates the path in the background
|
|
UseItem ( ) : void |
Implements logic for the AI kart to an item if it currently has one
|
public DynamicPathThreadJob, currentThreadJob | ||
Результат | DynamicPathThreadJob, |