DiscreteTimeTimeExtensions

class in Unity.IntegerTime

/

Implemented in:UnityEngine.CoreModule

Description

Extension methods for the DiscreteTime.

Static Methods

AbsReturns the absolute value of a time value.
ClampClamps the value x into the interval [a, b].
FloorThe lower integer number of seconds represented as a DiscreteTime.
MaxReturns the maximum of two time values.
MinReturns the minimum of two time values.
SelectReturns b if c is true, a otherwise.

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