Scene: Added "Include Build Scenes", when sorting scenes into sub-menu
This commit is contained in:
parent
29ab1a90a0
commit
8b927d1997
5 changed files with 70 additions and 6 deletions
|
|
@ -9,6 +9,7 @@ namespace Module.NavigationTool.Editor.Toolbar
|
|||
public string name;
|
||||
public ESceneGroupFilterType filterType;
|
||||
public ESceneGroupBehaviourType behaviourType;
|
||||
public bool includeBuildScenes;
|
||||
public string optionalMainScenePath;
|
||||
public string subMenuPath = "Submenu";
|
||||
public List<string> filters = new();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue