Version: 2023.2
言語: 日本語

DiscreteTimeTimeExtensions

class in Unity.IntegerTime

マニュアルに切り替える

説明

Extension methods for the DiscreteTime.

Static 関数

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.