Search Results for

    Show / Hide Table of Contents

    Class SoundExporter

    The Sound Exporter class.

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

    Properties

    Extension

    Gets the exporter’s file extension.

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

    Methods

    GenerateAssetParts(SoundMetaFile, SoundProfile, ExportContext)

    Exports the asset.

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

    The metafile.

    SoundProfile profile

    The profile.

    ExportContext exportContext

    The export context.

    Returns
    Type Description
    Task<List<AssetPart>>

    The export result.

    Overrides
    AssetExporter<SoundMetaFile, SoundProfile>.GenerateAssetParts(SoundMetaFile, SoundProfile, ExportContext)

    Implements

    IAssetExporter

    Extension Methods

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