public static float fixedTime ;

Descripción

El tiempo en el que el ultimo FixedUpdate ha empezado (Lectura Solamente). Este es el tiempo en segundos desde el inicio del juego.

Fixed time is updated in regular intervals (equal to fixedDeltaTime) until time property is reached.