Version: 2023.1
언어: 한국어

DiscreteTimeTimeExtensions

class in Unity.IntegerTime

매뉴얼로 전환

설명

Extension methods for the DiscreteTime.

정적 함수

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.