A* Pathfinding Project  3.6
The A* Pathfinding Project for Unity 3D
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties Events Macros Groups Pages
Modifiers.cs File Reference

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...