Version: 2023.2
언어: 한국어

RationalTime

struct in Unity.IntegerTime

매뉴얼로 전환

설명

Data type that represents time as an integer count of a rational number.

변수

CountReturns the number of ticks.
TicksReturns the number of ticks per second.

정적 함수

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

연산자

DiscreteTimeConverts a RationalTime to DiscreteTime representation. If the rate denominator is 1 and the DiscreteTime.TicksPerSecond is a multiple of the numerator, this conversion is lossless.