Class PrefabModel
The prefab model.
Inherited Members
Namespace: Evergine.Framework.Assets.AssetSources .Entities
Assembly: Evergine.Framework.dll
Syntax
public class PrefabModel : ReferenceContainerModel
Constructors
PrefabModel()
Initializes a new instance of the Prefab
Declaration
public PrefabModel()
PrefabModel(PrefabDataPart)
Initializes a new instance of the Prefab
Declaration
public PrefabModel(PrefabDataPart prefabPart)
Parameters
Type | Name | Description |
---|---|---|
Prefab |
prefabPart | The Prefab Asset Part. |
Fields
Root
The prefab root entity.
Declaration
public EntityItemModel Root
Field Value
Type | Description |
---|---|
Entity |