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

PlayableGraph.IsValid

Declaration

public bool IsValid();

Returns

bool A boolean indicating if the graph is invalid or not.

Description

Returns true if the PlayableGraph has been properly constructed using PlayableGraph.CreateGraph and is not deleted.