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