Contents

graph::deltaTime

Returns the time elapsed since the last frame.

Declaration

float graph::deltaTime()

Return Value

The delta time in seconds

Discussion

Delta time represents the duration between the current frame and the previous frame, allowing for frame-rate independent animations and simulations.