Version: 2020.1
언어: 한국어

Time.fixedUnscaledTime

매뉴얼로 전환
public static float fixedUnscaledTime ;

설명

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

Returns the same value if called multiple times in a single frame. Unlike fixedTime this value is not affected by timeScale.