Version: 2022.1

Time.fixedUnscaledTime

切换到手册
public static float fixedUnscaledTime ;

描述

The timeScale-independent time at the beginning of the last MonoBehaviour.FixedUpdate phase (Read Only). This is the time in seconds since the start of the game.

This value is updated in fixed increments equal to Time.fixedUnscaledDeltaTime.

Unlike Time.fixedTime this value is not affected by Time.timeScale.