Time

Description

This OverNode is used to deliver information about the Time, specifically time intervals.

The result is influenced by the parameter Time, which gives different results based on its value:

NodeDescription

DeltaTime

The interval in seconds from the last frame to the current one

Time

The time at the beginning of this frame. This is the time in seconds since the start of the application.

Fixed

The time since the last FixedUpdate started.

FixedDeltaTime

The interval in seconds at which physics and other fixed frame rate updates are performed.

Last updated