Version: 2022.3
언어: 한국어

Time.smoothDeltaTime

매뉴얼로 전환
public static float smoothDeltaTime ;

설명

A smoothed out Time.deltaTime (Read Only).

This value is equal to Time.deltaTime when it is constant (i.e. smooth frame rate). When deltaTime varies between frames (e.g. on a frame hitch), this value increases or decreases gradually towards deltaTime over multiple frames.

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