Exemplo n.º 1
0
 void OnEnable()
 {
     instance = this;
 }
Exemplo n.º 2
0
 void OnDisable()
 {
     instance = null;
 }
Exemplo n.º 3
0
 private static void Open()
 {
     instance = instance ?? EditorWindow.GetWindow <RaycastTargetChecker>("RaycastTargets");
     instance.Show();
 }