Search Results for

    Show / Hide Table of Contents

    Class PrefabMetaFile

    The prefab asset metadata file.

    Inheritance
    object
    IdentifiableObject
    AssetMetafile<PrefabProfile, PrefabExporter>
    AssetMetaFileWithSource<PrefabSource, PrefabProfile, PrefabExporter>
    PrefabMetaFile
    Implements
    IAssetWithSource
    IAssetMetaFile
    Inherited Members
    AssetMetaFileWithSource<PrefabSource, PrefabProfile, PrefabExporter>.Source
    AssetMetaFileWithSource<PrefabSource, PrefabProfile, PrefabExporter>.SourceFile
    AssetMetaFileWithSource<PrefabSource, PrefabProfile, PrefabExporter>.NeedsToImportData
    AssetMetafile<PrefabProfile, PrefabExporter>.ExtensionMetafile
    AssetMetafile<PrefabProfile, PrefabExporter>.ExtensionExported
    AssetMetafile<PrefabProfile, PrefabExporter>.Name
    AssetMetafile<PrefabProfile, PrefabExporter>.ExportAsRaw
    AssetMetafile<PrefabProfile, PrefabExporter>.DefaultProfile
    AssetMetafile<PrefabProfile, PrefabExporter>.Profiles
    AssetMetafile<PrefabProfile, PrefabExporter>.Exporter
    AssetMetafile<PrefabProfile, PrefabExporter>.GetProfile(string)
    AssetMetafile<PrefabProfile, PrefabExporter>.AddProfile(string, PrefabProfile)
    AssetMetafile<PrefabProfile, PrefabExporter>.RemoveProfile(string)
    AssetMetafile<PrefabProfile, PrefabExporter>.GetProfileOrDefault(string)
    AssetMetafile<PrefabProfile, PrefabExporter>.Export(ExportContext)
    AssetMetafile<PrefabProfile, PrefabExporter>.GetExportOutputPath(ExportContext)
    IdentifiableObject.Id
    IdentifiableObject.IdHasChanged(Guid)
    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 source of the prefab.

    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
    AssetMetafile<PrefabProfile, PrefabExporter>.ExtensionMetafile

    PrefabData

    Gets the prefab data part.

    Declaration
    [EvergineMember]
    public PrefabDataPart PrefabData { get; }
    Property Value
    Type Description
    PrefabDataPart

    Implements

    IAssetWithSource
    IAssetMetaFile

    Extension Methods

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