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

パラメーター

playableThe Playable used by this operation.
valueThe new lead time in seconds.

説明

Sets the Playable lead time in seconds.

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

See Also: GetLeadTime, SetDelay.

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