Version: 2021.2
言語: 日本語
public static void SetLeadTime (U playable, float value);

パラメーター

playable The Playable used by this operation.
value The 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.

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