| 
    A* Pathfinding Project
    3.6.2
    
   The A* Pathfinding Project for Unity 3D 
   | 
 
Classes | |
| interface | IPathModifier | 
| Base for all path modifiers.  More... | |
| class | ModifierConverter | 
| class | MonoModifier | 
| Base class for path modifiers which can be attached to GameObjects.  More... | |
| class | PathModifier | 
| Base class for path modifiers which are not attached to GameObjects.  More... | |
Namespaces | |
| package | Pathfinding | 
Enumerations | |
| enum | ModifierData {  All = -1, StrictNodePath = 1 << 0, NodePath = 1 << 1, StrictVectorPath = 1 << 2, VectorPath = 1 << 3, Original = 1 << 4, None = 0, Nodes = NodePath | StrictNodePath, Vector = VectorPath | StrictVectorPath }  | 
| Defines inputs and outputs for a modifier.  More... | |