Class SoundExporter
The sound exporter class.
Inheritance
SoundExporter
Implements
Inherited Members
Namespace: Evergine.Assets.Exporters
Assembly: Evergine.Assets.dll
Syntax
public class SoundExporter : AssetExporter<SoundMetaFile, SoundProfile>, IAssetExporter
Properties
Extension
Gets the exporter file extension.
Declaration
public override string Extension { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
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 meta file. |
SoundProfile | profile | The profile. |
ExportContext | exportContext | The export context. |
Returns
Type | Description |
---|---|
Task<List<AssetPart>> | The export result. |