Version: 2022.1
언어: 한국어
public static double GetTime (U playable);

파라미터

playable The Playable used by this operation.

반환

double The current time in seconds.

설명

Returns the current local time of the Playable.

The PlayableGraph updates the current time between Update and LateUpdate (see Execution Order),
unless SetTime is called since the last evaluation. In this case, the PlayableGraph will not automatically advance the time.

Use this templated extension method on any type that inherits from IPlayable.