Version: 2023.1
言語: 日本語

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.

Static 関数

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

Operator

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.