Class SamplerExporter
The Sampler Exporter class.
Inheritance
SamplerExporter
Implements
Inherited Members
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
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. |