interface in AdvancedSceneManager.Models.Interfaces
Defines some core properties for scene collections.
| Member | Description |
|---|---|
T Item |
_No documentation available._ |
IEnumerable<T> scenes |
Gets the scenes of this collection. |
| Member | Description |
|---|---|
bool Contains(T scene) |
Gets if this collection contains scene. |