Base class for path modifiers which can be attached to GameObjects.
More...
|
abstract void | Apply (Path p, ModifierData source) |
| Main Post-Processing function.
|
|
virtual Vector3[] | Apply (Node[] path, Vector3 start, Vector3 end, int startIndex, int endIndex, NavGraph graph) |
|
virtual Vector3[] | Apply (Vector3[] path, Vector3 start, Vector3 end) |
|
virtual void | ApplyOriginal (Path p) |
|
void | Awake () |
| Alerts the Seeker that this modifier exists.
|
|
void | OnDestroy () |
|
void | OnDisable () |
|
void | OnEnable () |
|
virtual void | PreProcess (Path p) |
|
void | Apply (Path p, ModifierData source) |
|
void | ApplyOriginal (Path p) |
|
void | PreProcess (Path p) |
|
|
int | priority = 0 |
| Higher priority modifiers are executed first.
|
|
Seeker | seeker |
|
Base class for path modifiers which can be attached to GameObjects.
- See Also
- [AddComponentMenu("CONTEXT/Seeker/Something")] Modifier
virtual Vector3 [] Apply |
( |
Node[] |
path, |
|
|
Vector3 |
start, |
|
|
Vector3 |
end, |
|
|
int |
startIndex, |
|
|
int |
endIndex, |
|
|
NavGraph |
graph |
|
) |
| |
|
virtual |
virtual Vector3 [] Apply |
( |
Vector3[] |
path, |
|
|
Vector3 |
start, |
|
|
Vector3 |
end |
|
) |
| |
|
virtual |
- Deprecated:
- This is for all other position only modifiers (mostly smoothers)
virtual void ApplyOriginal |
( |
Path |
p | ) |
|
|
virtual |
The documentation for this class was generated from the following file:
- /Users/aron/Unity/AstarPathfindingGIT/Assets/AstarPathfindingProject/Modifiers/Modifiers.cs