Class PrefabModel
The model prefab.
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 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 |