Search Results for

    Show / Hide Table of Contents

    Class SceneModel

    Represents the scene model.

    Inheritance
    object
    ReferenceContainerModel
    SceneModel
    Inherited Members
    ReferenceContainerModel.ReferenceCounter
    ReferenceContainerModel.AddReference(Guid)
    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 manager.

    Declaration
    public List<SceneManager> Managers
    Field Value
    Type Description
    List<SceneManager>

    Extension Methods

    ReflectionHelper.GetMemberAssembly(object)
    ReflectionHelper.GetTypeName(object)
    In this article
    Back to top
    Generated by DocFX