Class SceneModel
The scene model.
Inherited Members
Namespace: Evergine.Framework.Assets.AssetSources.Entities
Assembly: Evergine.Framework.dll
Syntax
public class SceneModel : ReferenceContainerModel
Constructors
SceneModel()
Initializes a new instance of the SceneModel class.
Declaration
public SceneModel()
SceneModel(SceneDataPart)
Initializes a new instance of the SceneModel class.
Declaration
public SceneModel(SceneDataPart scenePart)
Parameters
Type | Name | Description |
---|---|---|
SceneDataPart | scenePart | The Scene Asset Part. |
Fields
Items
The scene items.
Declaration
public List<SceneItemModel> Items
Field Value
Type | Description |
---|---|
List<SceneItemModel> |
Managers
The scene managers.
Declaration
public List<SceneManager> Managers
Field Value
Type | Description |
---|---|
List<SceneManager> |