Version: 2018.2
public static float GetLeadTime (U playable);

パラメーター

playableThe 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.

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