OnEnable()
Called when the node is created or when the graph is enabled.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Method
- Namespace: Unity.GraphToolkit.Editor
- Assembly: UnityEditor
public virtual void OnEnable()
Remarks
Use this method to perform initialization logic.