Version: 2023.1
언어: 한국어

DiscreteTimeConstructor

매뉴얼로 전환
public DiscreteTime (Unity.IntegerTime.DiscreteTime x);
public DiscreteTime (float v);
public DiscreteTime (double v);
public DiscreteTime (long v);
public DiscreteTime (int v);

파라미터

x Copy constructor.
v Float/Double represent seconds, long/int represent ticks.

설명

Constructs a discrete time from either seconds (float/double) or ticks (int/long).