|
OMIDIV
|
Represents a directory structure of scenes. More...
Public Member Functions | |
| Folder (string name) | |
| void | Add (string path, int buildIndex, string sceneName) |
Public Attributes | |
| string | name |
| List< Folder > | subfolders = new() |
| List<(int buildIndex, string name)> | scenes = new() |
Represents a directory structure of scenes.