Ejemplo n.º 1
0
 /// <summary>
 /// Handles re-configuring the Node Editor to its original state
 /// </summary>
 protected override void OnDeactivated()
 {
     NodeEditor.EnableZoom();
     selectionRect = Rect.zero;
 }