Radium Engine  1.5.20
Loading...
Searching...
No Matches
Ra::Engine::FrameInfo Struct Reference

Structure passed to each system before they fill the task queue. More...

#include <Engine/FrameInfo.hpp>

+ Collaboration diagram for Ra::Engine::FrameInfo:

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.
 

Detailed Description

Structure passed to each system before they fill the task queue.

Definition at line 8 of file FrameInfo.hpp.

Member Data Documentation

◆ m_animationTime

Scalar Ra::Engine::FrameInfo::m_animationTime { 0 }

The current animation time.

Definition at line 10 of file FrameInfo.hpp.

◆ m_dt

Scalar Ra::Engine::FrameInfo::m_dt { 0 }

Time elapsed since the last frame in seconds.

Definition at line 13 of file FrameInfo.hpp.

◆ m_numFrame

uint Ra::Engine::FrameInfo::m_numFrame { 0 }

Number of frames since the start of the application.

Definition at line 17 of file FrameInfo.hpp.


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