This version of Unity is unsupported.

PlayableOutputExtensions.IsOutputValid

Declaration

public static bool IsOutputValid(U output);

Parameters

output The PlayableOutput used by this operation.

Returns

bool True if the PlayableOutput has not yet been destroyed and false otherwise.

Description