A* Pathfinding Project  3.1.4
The A* Pathfinding Project for Unity 3D
 All Classes Namespaces Files Functions Variables Enumerations Properties Groups Pages
Modifiers

Collection of the most used modifiers. More...

+ Collaboration diagram for Modifiers:

Classes

class  AdvancedSmooth
 
class  AlternativePath
 Applies penalty to the paths it processes telling other units to avoid choosing the same path. More...
 
class  AdvancedSmooth.ConstantTurn
 
class  FunnelModifier
 Simplifies paths on navmesh graphs using the funnel algorithm. More...
 
class  AdvancedSmooth.MaxTurn
 
class  RaycastModifier
 Simplifies a path using raycasting. More...
 
class  SimpleSmoothModifier
 Modifier which smooths the path. More...
 
class  StartEndModifier
 Adjusts start and end points of a path. More...
 
struct  AdvancedSmooth.Turn
 
class  AdvancedSmooth.TurnConstructor
 

Detailed Description

Collection of the most used modifiers.

See Also
Using Modifiers