A TickComponent that triggers the onTick event at a fixed time step. Can emit 2 ticks in the same frame if the time accumulator is greater than 2 times the fixed time step (for example, when a big hang happens).
Event that is triggered every tick (fixed or variable time step).
A TickComponent that triggers the onTick event at a fixed time step. Can emit 2 ticks in the same frame if the time accumulator is greater than 2 times the fixed time step (for example, when a big hang happens).