Version: 2023.2
언어: 한국어
public static void SetTime (U playable, double value);

파라미터

playable The Playable used by this operation.
value The current time in seconds.

설명

Changes the current local time of the Playable.

Use this method to override the next PlayableGraph evaluation of the current time.
Normally, the PlayableGraph updates the current time between Update and LateUpdate (see Execution Order).

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