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