Version: 2023.1
언어: 한국어
public static Unity.IntegerTime.RationalTime FromDouble (double t, Unity.IntegerTime.RationalTime.TicksPerSecond ticksPerSecond);

파라미터

t The duration in seconds.
ticksPerSecond The rational number representing the number of ticks per second.

설명

Converts a floating point number into a RationalTime with an explicit rate.