Class FrameBufferMetaFile
The framebuffer meta file.
Inheritance
FrameBufferMetaFile
  Implements
Inherited Members
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 framebuffer.  | 
      
Fields
Extension
The FrameBuffer asset metafile format.
Declaration
public static readonly string Extension
  Field Value
| Type | Description | 
|---|---|
| string | 
FrameBufferInfo
The framebuffer info.
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 |