Classes | |
| class | PathHelper |
Public Types | |
| enum | enumFollowType { NonPredictive = 0, Predictive = 1, PredictiveCoherent = 2 } |
Public Member Functions | |
| BasicPathFollower (Agent inagent, PathGraph ingraph, PathBase inpath) | |
| BasicPathFollower (Agent inagent, PathGraph ingraph, PathBase inpath, PathHelper helper) | |
| void | Reset () |
| Vector3 | GetMoveTarget (Vector3 targetPos, float deltaTime) |
Static Public Member Functions | |
| static Vector3 | GetMoveTarget (Kinematic agent, PathBase path, PathHelper helper, float deltaTime) |
Public Attributes | |
| PathHelper | pathParams = new PathHelper() |
| PathBase | path = null |
| PathGraph | graph = null |
| Agent | agent = null |