33#ifndef DVD_WAYPOINT_H_
34#define DVD_WAYPOINT_H_
Handle console commands that start with a forward slash.
A point in space that AI units can navigate to.
PROPERTY_RW(Quaternion< F32 >, orientation)
PROPERTY_R(U32, time, 0u)
PROPERTY_RW(vec3< F32 >, position)
PROPERTY_R(U32, ID, 0xFFFFFFFF)
A straight line between 2 waypoints.
POINTER_RW(Waypoint, first, nullptr)
PROPERTY_RW(Ray, collisionRay)
ray used for collision detection
PROPERTY_RW(bool, throughObjects, false)
If the path intersects an object in the scene, is the path still valid?
POINTER_RW(Waypoint, second, nullptr)