Version: 2021.1
言語: 日本語

Time.fixedUnscaledDeltaTime

マニュアルに切り替える
public static float fixedUnscaledDeltaTime ;

説明

The timeScale-independent interval in seconds from the last MonoBehaviour.FixedUpdate phase to the current one (Read Only).

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