Search Results for

    Show / Hide Table of Contents

    Class FrameBufferExporter

    The framebuffer exporter class.

    Inheritance
    object
    BaseAssetExporter<FrameBufferMetaFile, FrameBufferProfile>
    AssetExporter<FrameBufferMetaFile, FrameBufferProfile>
    FrameBufferExporter
    Implements
    IAssetExporter
    Inherited Members
    AssetExporter<FrameBufferMetaFile, FrameBufferProfile>.GetExportFilePath(FrameBufferMetaFile, FrameBufferProfile, ExportContext)
    AssetExporter<FrameBufferMetaFile, FrameBufferProfile>.ExportOutputFile(FrameBufferMetaFile, FrameBufferProfile, ExportContext)
    AssetExporter<FrameBufferMetaFile, FrameBufferProfile>.GenerateAssetParts(FrameBufferMetaFile, FrameBufferProfile, ExportContext)
    BaseAssetExporter<FrameBufferMetaFile, FrameBufferProfile>.Extension
    BaseAssetExporter<FrameBufferMetaFile, FrameBufferProfile>.BaseExport(FrameBufferMetaFile, FrameBufferProfile, ExportContext)
    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
    BaseAssetExporter<FrameBufferMetaFile, FrameBufferProfile>.Extension

    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 metafile.

    FrameBufferProfile profile

    The profile.

    ExportContext exportContext

    The export context.

    Returns
    Type Description
    Task<List<AssetPart>>

    The export result.

    Overrides
    AssetExporter<FrameBufferMetaFile, FrameBufferProfile>.GenerateAssetParts(FrameBufferMetaFile, FrameBufferProfile, ExportContext)

    Implements

    IAssetExporter

    Extension Methods

    ReflectionHelper.GetMemberAssembly(object)
    ReflectionHelper.GetTypeName(object)
    In this article
    Back to top
    Generated by DocFX