Kaim::PathEvent Class Reference
#include <patheventlist.h>
A PathEvent is a particular PositionOnPath which feature is specified by a PathEventType.
const Vec2f & Kaim::PathEvent::GetCheckPointDirection |
( |
| ) |
const |
|
inline |
bool Kaim::PathEvent::IsACheckPoint |
( |
| ) |
const |
|
inline |
returns true if it is a check point with or without direction
bool Kaim::PathEvent::IsACheckPointWithDirection |
( |
| ) |
const |
|
inline |
returns true only if is a checkpoint with direction, i.e. it returns false if it is a checkpoint but direction wasn't specified
Allows to change the user checkpoint status of the PathEvent.
void Kaim::PathEvent::SetCheckPointWithDirection |
( |
Vec2f |
direction | ) |
|
|
inline |
Set CheckPointStatus_EventIsACheckPoint and assigned it a direction (Currently only used with TrajectoryMode_Spline as a spline end constraint)
The documentation for this class was generated from the following file: