Divide Framework 0.1
A free and open-source 3D Framework under heavy development
Loading...
Searching...
No Matches
Divide::Navigation::Waypoint Struct Reference

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)
 

Detailed Description

A point in space that AI units can navigate to.

Definition at line 42 of file Waypoint.h.

Member Function Documentation

◆ PROPERTY_R() [1/2]

Divide::Navigation::Waypoint::PROPERTY_R ( U32  ,
ID  ,
0xFFFFFFFF   
)

◆ PROPERTY_R() [2/2]

Divide::Navigation::Waypoint::PROPERTY_R ( U32  ,
time  ,
0u   
)

◆ PROPERTY_RW() [1/2]

Divide::Navigation::Waypoint::PROPERTY_RW ( Quaternion< F32 ,
orientation   
)

◆ PROPERTY_RW() [2/2]

Divide::Navigation::Waypoint::PROPERTY_RW ( vec3< F32 ,
position   
)

The documentation for this struct was generated from the following file: