RationalTime

struct in Unity.IntegerTime

/

Implemented in:UnityEngine.CoreModule

Description

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

Properties

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

Static Methods

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

Operators

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.

Did you find this page useful? Please give it a rating: