orx
1.14
Portable Game Engine
|
#include <orxTimeLine.h>
Data Fields | |
orxFLOAT | fTimeStamp |
orxTIMELINE * | pstTimeLine |
const orxSTRING | zEvent |
const orxSTRING | zTrackName |
TimeLine event payload
Definition at line 75 of file orxTimeLine.h.
orxFLOAT orxTIMELINE_EVENT_PAYLOAD::fTimeStamp |
Event time : 16
Definition at line 80 of file orxTimeLine.h.
orxTIMELINE* orxTIMELINE_EVENT_PAYLOAD::pstTimeLine |
TimeLine reference : 4
Definition at line 77 of file orxTimeLine.h.
const orxSTRING orxTIMELINE_EVENT_PAYLOAD::zEvent |
Event text : 12
Definition at line 79 of file orxTimeLine.h.
const orxSTRING orxTIMELINE_EVENT_PAYLOAD::zTrackName |
Track name : 8
Definition at line 78 of file orxTimeLine.h.