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 |
---|---|---|
Sampler |
metafile | The metafile. |
Sampler |
profile | The profile. |
Export |
exportContext | The export context. |