OnDisable()
Called when the graph is unloaded, or goes out of scope in the editor.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Method
- Namespace: Unity.GraphToolkit.Editor
- Assembly: UnityEditor
public virtual void OnDisable()
Remarks
Unity calls this method when the graph is disabled, or is destroyed. Override this method to release resources, clear temporary data, or perform any required cleanup. This method complements Graph.OnEnable and is useful for maintaining consistency across editor sessions.