interface in AdvancedSceneManager.Models.Interfaces
Defines some core properties for scene collections.
| Member | Description |
|---|---|
int count |
Gets the scene count of this collection. |
string description |
Gets the description of this collection. |
IEnumerable<string> scenePaths |
Gets the scenes of this collection. |
string title |
Gets the title of this collection. |
| Member | Description |
|---|---|
bool Contains(object obj) |
Gets whether this collection contains the specified object. |
void Save() |
Saves this collection to disk. |