コード例 #1
0
 public static void ToggleEditorEnable(this Object editor)
 {
     if (editor != null)
     {
         editor.SetEditorEnable(!editor.GetEditorEnable());
     }
 }