Version: 2022.3
언어: 한국어

Time.unscaledDeltaTime

매뉴얼로 전환
public static float unscaledDeltaTime ;

설명

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

When called from inside MonoBehaviour's FixedUpdate, it returns the unscaled fixed framerate delta time.

Unlike deltaTime this value is not affected by timeScale.

See Time and Frame Rate Management in the User Manual for more information about how this property relates to the other Time properties.