Radium Engine
1.5.0
|
Structure passed to each system before they fill the task queue. More...
#include <Engine/FrameInfo.hpp>
Public Attributes | |
Scalar | m_animationTime { 0 } |
The current animation time. | |
Scalar | m_dt { 0 } |
Time elapsed since the last frame in seconds. | |
uint | m_numFrame { 0 } |
Number of frames since the start of the application. | |
Structure passed to each system before they fill the task queue.
Definition at line 8 of file FrameInfo.hpp.