Пример #1
0
 public override void OnInspectorGUI()
 {
     if (!_playMode && !EditorApplication.isPlayingOrWillChangePlaymode)
     {
         PathWayCenter.currPath = target as PathWayPoint_Dll;
         PathWayCenter.OnGUI();
     }
 }
Пример #2
0
 private void OnSceneGUI()
 {
     PathWayCenter.OnSceneGUI();
 }