IsGraphLoaded
Indicates whether the graph identified by the associated Graph.ID is currently loaded.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Property
- Namespace: Unity.GraphToolkit.Editor.GraphVisualization
- Assembly: UnityEditor
public bool IsGraphLoaded { get; }
Remarks
A graph is considered loaded when a graph view window is open for it and the underlying graph asset is attached to that window. Use this property to check whether visualization changes applied through this context can take immediate visual effect on the graph canvas.