#include <TickBus.h>
Inherits AZ::EBusTraits.
Public Member Functions | |
| virtual float | GetTickDeltaTime ()=0 |
| virtual ScriptTimePoint | GetTimeAtCurrentTick ()=0 |
Interface for AZ::TickRequestBus, which components use to make tick-related requests. Available requests are to get the time between ticks or the current time in seconds.
Gets the latest time between ticks.
|
pure virtual |
Gets the time in seconds since the epoch.