Search Results for

    Show / Hide Table of Contents

    Class SamplerExporter

    The Sampler Exporter class.

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

    Properties

    Extension

    Gets the sampler export extension.

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

    Methods

    GenerateAssetParts(SamplerMetaFile, SamplerProfile, ExportContext)

    Exports the asset.

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

    The metafile.

    SamplerProfile profile

    The profile.

    ExportContext exportContext

    The export context.

    Returns
    Type Description
    Task<List<AssetPart>>

    The export result.

    Overrides
    AssetExporter<SamplerMetaFile, SamplerProfile>.GenerateAssetParts(SamplerMetaFile, SamplerProfile, ExportContext)

    Implements

    IAssetExporter

    Extension Methods

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