Search Results for

    Show / Hide Table of Contents

    Class FrameBufferMetaFile

    The framebuffer metadata file.

    Inheritance
    object
    IdentifiableObject
    AssetMetafile<FrameBufferProfile, FrameBufferExporter>
    FrameBufferMetaFile
    Implements
    IAssetMetaFile
    Inherited Members
    AssetMetafile<FrameBufferProfile, FrameBufferExporter>.ExtensionMetafile
    AssetMetafile<FrameBufferProfile, FrameBufferExporter>.ExtensionExported
    AssetMetafile<FrameBufferProfile, FrameBufferExporter>.Name
    AssetMetafile<FrameBufferProfile, FrameBufferExporter>.ExportAsRaw
    AssetMetafile<FrameBufferProfile, FrameBufferExporter>.DefaultProfile
    AssetMetafile<FrameBufferProfile, FrameBufferExporter>.Profiles
    AssetMetafile<FrameBufferProfile, FrameBufferExporter>.Exporter
    AssetMetafile<FrameBufferProfile, FrameBufferExporter>.GetProfile(string)
    AssetMetafile<FrameBufferProfile, FrameBufferExporter>.AddProfile(string, FrameBufferProfile)
    AssetMetafile<FrameBufferProfile, FrameBufferExporter>.RemoveProfile(string)
    AssetMetafile<FrameBufferProfile, FrameBufferExporter>.GetProfileOrDefault(string)
    AssetMetafile<FrameBufferProfile, FrameBufferExporter>.Export(ExportContext)
    AssetMetafile<FrameBufferProfile, FrameBufferExporter>.GetExportOutputPath(ExportContext)
    IdentifiableObject.Id
    IdentifiableObject.IdHasChanged(Guid)
    Namespace: Evergine.Assets.Exporters
    Assembly: Evergine.Assets.dll
    Syntax
    public class FrameBufferMetaFile : AssetMetafile<FrameBufferProfile, FrameBufferExporter>, IAssetMetaFile

    Constructors

    FrameBufferMetaFile()

    Initializes a new instance of the FrameBufferMetaFile class.

    Declaration
    public FrameBufferMetaFile()

    FrameBufferMetaFile(FrameBuffer)

    Initializes a new instance of the FrameBufferMetaFile class.

    Declaration
    public FrameBufferMetaFile(FrameBuffer frameBuffer)
    Parameters
    Type Name Description
    FrameBuffer frameBuffer

    The frame buffer.

    Fields

    Extension

    The FrameBuffer asset meta file format.

    Declaration
    public static readonly string Extension
    Field Value
    Type Description
    string

    FrameBufferInfo

    The framebuffer information.

    Declaration
    public FrameBufferInfoPart FrameBufferInfo
    Field Value
    Type Description
    FrameBufferInfoPart

    Properties

    ExtensionMetafile

    Gets the extension.

    Declaration
    public override string ExtensionMetafile { get; }
    Property Value
    Type Description
    string
    Overrides
    AssetMetafile<FrameBufferProfile, FrameBufferExporter>.ExtensionMetafile

    Implements

    IAssetMetaFile

    Extension Methods

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