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.