A* Pathfinding Project  3.8
The A* Pathfinding Project for Unity 3D
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties Events Macros Groups Pages
PathModifier Class Referenceabstract

Base class for path modifiers which are not attached to GameObjects. More...

Detailed Description

Base class for path modifiers which are not attached to GameObjects.

See Also
MonoModifier

Public Member Functions

abstract void Apply (Path p)
 Main Post-Processing function.
 
void Awake (Seeker s)
 
void OnDestroy (Seeker s)
 
virtual void PreProcess (Path p)
 
- Public Member Functions inherited from IPathModifier
void Apply (Path p)
 
void PreProcess (Path p)
 

Public Attributes

Seeker seeker
 

Properties

abstract int Order [get]
 Modifiers will be executed from lower order to higher order.
 
- Properties inherited from IPathModifier
int Order [get]
 

Member Function Documentation

abstract void Apply ( Path  p)
pure virtual

Main Post-Processing function.

Implemented in StartEndModifier.

void Awake ( Seeker  s)
void OnDestroy ( Seeker  s)
virtual void PreProcess ( Path  p)
virtual

Member Data Documentation

Seeker seeker

Property Documentation

abstract int Order
get

Modifiers will be executed from lower order to higher order.

This value is assumed to stay constant.


The documentation for this class was generated from the following file: