Example #1
0
 public static void KeepSceneExpanded()
 {
     SceneStateKeeper.SetAlwaysExpanded(false, Selection.objects);
 }
Example #2
0
 public static void AlwaysExpanded()
 {
     SceneStateKeeper.SetAlwaysExpanded(true, Selection.objects);
 }