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