Search Results for

    Show / Hide Table of Contents

    Class MaterialExporter

    Material Exporter class.

    Inheritance
    object
    BaseAssetExporter<MaterialMetaFile, MaterialProfile>
    AssetExporter<MaterialMetaFile, MaterialProfile>
    MaterialExporter
    Implements
    IAssetExporter
    Inherited Members
    AssetExporter<MaterialMetaFile, MaterialProfile>.GetExportFilePath(MaterialMetaFile, MaterialProfile, ExportContext)
    AssetExporter<MaterialMetaFile, MaterialProfile>.ExportOutputFile(MaterialMetaFile, MaterialProfile, ExportContext)
    AssetExporter<MaterialMetaFile, MaterialProfile>.GenerateAssetParts(MaterialMetaFile, MaterialProfile, ExportContext)
    BaseAssetExporter<MaterialMetaFile, MaterialProfile>.Extension
    BaseAssetExporter<MaterialMetaFile, MaterialProfile>.BaseExport(MaterialMetaFile, MaterialProfile, ExportContext)
    Namespace: Evergine.Assets.Exporters
    Assembly: Evergine.Assets.dll
    Syntax
    public class MaterialExporter : AssetExporter<MaterialMetaFile, MaterialProfile>, IAssetExporter

    Properties

    Extension

    Gets the material export extension.

    Declaration
    public override string Extension { get; }
    Property Value
    Type Description
    string
    Overrides
    BaseAssetExporter<MaterialMetaFile, MaterialProfile>.Extension

    Methods

    GenerateAssetParts(MaterialMetaFile, MaterialProfile, ExportContext)

    Exports the asset.

    Declaration
    protected override Task<List<AssetPart>> GenerateAssetParts(MaterialMetaFile metafile, MaterialProfile profile, ExportContext exportContext)
    Parameters
    Type Name Description
    MaterialMetaFile metafile

    The metafile.

    MaterialProfile profile

    The profile.

    ExportContext exportContext

    The export context.

    Returns
    Type Description
    Task<List<AssetPart>>

    The export result.

    Overrides
    AssetExporter<MaterialMetaFile, MaterialProfile>.GenerateAssetParts(MaterialMetaFile, MaterialProfile, ExportContext)

    Implements

    IAssetExporter

    Extension Methods

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