Version: 2023.1
언어: 한국어

Time.captureDeltaTimeRational

매뉴얼로 전환
public static Unity.IntegerTime.RationalTime captureDeltaTimeRational ;

설명

Slows your application’s playback time to allow Unity to save screenshots in between frames.

Same as captureDeltaTime but using a RationalTime representation. The returned timeAsRational shares the same discretization increment value (TicksPerSecond). Setting it to a value of 0 or invalid restores the normal Unity time management.