Version: 2023.1
언어: 한국어
public static float GetLeadTime (U playable);

파라미터

playable The Playable used by this operation.

설명

Returns the Playable lead time in seconds.

PrepareData() is called when the lead time is greater than the Playable delay.

See Also: SetLeadTime, SetDelay.

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