Class TextureExporter
The texture exporter class.
Inheritance
TextureExporter
Implements
Inherited Members
Namespace: Evergine.Assets.Exporters
Assembly: Evergine.Assets.dll
Syntax
public class TextureExporter : AssetExporter<TextureMetaFile, TextureProfile>, IAssetExporter
Properties
Extension
Gets the exporter file extension.
Declaration
public override string Extension { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
GenerateAssetParts(TextureMetaFile, TextureProfile, ExportContext)
Exports the asset.
Declaration
protected override Task<List<AssetPart>> GenerateAssetParts(TextureMetaFile metafile, TextureProfile profile, ExportContext exportContext)
Parameters
Type | Name | Description |
---|---|---|
TextureMetaFile | metafile | The meta file. |
TextureProfile | profile | The profile. |
ExportContext | exportContext | The export context. |
Returns
Type | Description |
---|---|
Task<List<AssetPart>> | The export result. |