This version of Unity is unsupported.

PlayableExtensions.IsDelayed

Declaration

public static bool IsDelayed(U playable);

Parameters

playable The Playable used by this operation.

Returns

bool True if the playable is delayed, false otherwise.

Description

Returns whether or not the Playable has a delay.

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