OnDisable()
Called when the node is removed or when the graph is disabled.
Read time 1 minuteLast updated 5 days ago
Definition
- Type: Method
- Namespace: Unity.GraphToolkit.Editor
- Assembly: UnityEditor
public virtual void OnDisable()
Remarks
Use this method to perform any cleanup logic.