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.