public struct OnStepEvent : IEventPayload

Payload for the "OnStep" event. Happens every late frame update.


public float GetDelta()

(Client) Get the delta between the previous frame and this frame

Returns: (float) The delta between the two frames.