Version: 2017.1
public static float fixedTime ;

설명

The time the latest FixedUpdate has started (Read Only). This is the time in seconds since the start of the game.

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