Search Results for

    Show / Hide Table of Contents

    Class PrefabModel

    The model prefab.

    Inheritance
    object
    ReferenceContainerModel
    PrefabModel
    Inherited Members
    ReferenceContainerModel.ReferenceCounter
    ReferenceContainerModel.AddReference(Guid)
    Namespace: Evergine.Framework.Assets.AssetSources.Entities
    Assembly: Evergine.Framework.dll
    Syntax
    public class PrefabModel : ReferenceContainerModel

    Constructors

    PrefabModel()

    Initializes a new instance of the PrefabModel class.

    Declaration
    public PrefabModel()

    PrefabModel(PrefabDataPart)

    Initializes a new instance of the PrefabModel class.

    Declaration
    public PrefabModel(PrefabDataPart prefabPart)
    Parameters
    Type Name Description
    PrefabDataPart prefabPart

    The prefab asset part.

    Fields

    Root

    The root prefab entity.

    Declaration
    public EntityItemModel Root
    Field Value
    Type Description
    EntityItemModel

    Extension Methods

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