This version of Unity is unsupported.
Method group is Obsolete

PlayableExtensions.GetDelay

Obsolete GetDelay is obsolete; use a custom ScriptPlayable to implement this feature.

Declaration

public static double GetDelay(U playable);

Parameters

playable The Playable used by this operation.

Returns

double The delay in seconds.

Description

Returns the delay of the playable.

The delay is not multiplied by the speed of the playable because it happens before the playable starts.

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