Radium Engine
1.5.20
|
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.
Scalar Ra::Engine::FrameInfo::m_animationTime { 0 } |
The current animation time.
Definition at line 10 of file FrameInfo.hpp.
Scalar Ra::Engine::FrameInfo::m_dt { 0 } |
Time elapsed since the last frame in seconds.
Definition at line 13 of file FrameInfo.hpp.
uint Ra::Engine::FrameInfo::m_numFrame { 0 } |
Number of frames since the start of the application.
Definition at line 17 of file FrameInfo.hpp.