Version: 2021.3
언어: 한국어

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.