public void OnDisable()
 {
     if (_targetsCache != null)
     {
         _stickyNoteEditorBehaviour.OnDisable();
     }
 }
Exemplo n.º 2
0
        public override void OnDisable()
        {
            if (_targetsCache != null)
            {
                _stickyNoteEditorBehaviour.OnDisable();
            }

            base.OnDisable();
        }
Exemplo n.º 3
0
 private void OnDisable()
 {
     _stickyNoteEditorBehaviour.OnDisable();
 }