Version: 2020.2
언어: 한국어
Method group is Obsolete

PlayableExtensions.SetDelay

매뉴얼로 전환
Obsolete public static void SetDelay (U playable, double delay);

파라미터

playable The Playable used by this operation.
delay The delay in seconds.

설명

Set a delay until the playable starts.

The delay is not multiplied by the speed of the playable because it happens before the playable starts.

NOTE: This is a templated extension method that can be used on any type that inherits from IPlayable.