Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


IsValid()

Returns true if the PlayableGraph has been properly constructed using CreateGraph and is not deleted.
Read time 1 minuteLast updated 6 days ago

Definition

public bool IsValid()

Returns

Type

Description

boolA boolean indicating if the graph is invalid or not.