Class PrefabMetaFile
The prefab asset metafile.
Inheritance
PrefabMetaFile
Inherited Members
Namespace: Evergine.Assets.Exporters.Prefab
Assembly: Evergine.Assets.dll
Syntax
public class PrefabMetaFile : AssetMetaFileWithSource<PrefabSource, PrefabProfile, PrefabExporter>, IAssetWithSource, IAssetMetaFile
Constructors
PrefabMetaFile()
Initializes a new instance of the PrefabMetaFile class.
Declaration
public PrefabMetaFile()
PrefabMetaFile(PrefabSource)
Initializes a new instance of the PrefabMetaFile class.
Declaration
public PrefabMetaFile(PrefabSource source)
Parameters
Type | Name | Description |
---|---|---|
PrefabSource | source | The prefab source. |
Fields
Extension
The Prefab extension.
Declaration
public static readonly string Extension
Field Value
Type | Description |
---|---|
string |
Properties
ExtensionMetafile
Gets the extension.
Declaration
public override string ExtensionMetafile { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
PrefabData
Gets the prefab data part.
Declaration
[EvergineMember]
public PrefabDataPart PrefabData { get; }
Property Value
Type | Description |
---|---|
PrefabDataPart |