![]() |
Divide Framework 0.1
A free and open-source 3D Framework under heavy development
|
A point in space that AI units can navigate to. More...
#include <Waypoint.h>
Public Member Functions | |
PROPERTY_RW (Quaternion< F32 >, orientation) | |
PROPERTY_RW (vec3< F32 >, position) | |
PROPERTY_R (U32, time, 0u) | |
PROPERTY_R (U32, ID, 0xFFFFFFFF) | |
A point in space that AI units can navigate to.
Definition at line 42 of file Waypoint.h.
Divide::Navigation::Waypoint::PROPERTY_R | ( | U32 | , |
ID | , | ||
0xFFFFFFFF | |||
) |
Divide::Navigation::Waypoint::PROPERTY_R | ( | U32 | , |
time | , | ||
0u | |||
) |
Divide::Navigation::Waypoint::PROPERTY_RW | ( | Quaternion< F32 > | , |
orientation | |||
) |