PlayableExtensions.SetLeadTime

Declaration

public static void SetLeadTime(U playable, float value);

Parameters

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

Description

Sets the Playable lead time in seconds.

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

Additional resources: GetLeadTime, SetDelay.

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


Did you find this page useful? Please give it a rating: