Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 637 Bytes

File metadata and controls

17 lines (12 loc) · 637 Bytes

StandaloneCollection

sealed class in AdvancedSceneManager.Models / Inherits from: DynamicCollectionBase<Scene>

Description

Represents a collection of standalone scenes. These scenes are guaranteed to be included in build (if the associated Models.Profile is active).

Remarks: Usage: Profile.standaloneScenes.

Properties

Member Description
IEnumerable<string> scenePaths _No documentation available._
IEnumerable<Scene> scenes _No documentation available._
IEnumerable<Scene> startupScenes Gets all scenes that will be opened on startup.