public static bool IsDelayed (U playable);

Parámetros

playableThe Playable used by this operation.

Valor de retorno

bool True if the playable is delayed, false otherwise.

Descripción

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.