struct
#include <core/ecs/cubos.hpp>
DeltaTime Resource which stores the time since the last iteration of the main loop started.
This resource is added and updated by the Cubos class.
Public functions
Public variables
- float unscaledValue
- Time in seconds, without any scaling.
- float scale
- Multiplier which will be used in value().