Search Results for

    Show / Hide Table of Contents

    Class SceneModel

    The scene model.

    Inheritance
    object
    ReferenceContainerModel
    SceneModel
    Inherited Members
    ReferenceContainerModel.ReferenceCounter
    ReferenceContainerModel.AddReference(Guid)
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    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>

    Extension Methods

    ReflectionHelper.GetMemberAssembly(object)
    ReflectionHelper.GetTypeName(object)
    In This Article
    Back to top
    Generated by DocFX