Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

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