Class PostProcessingGraphMetaFile
Post-processing graph meta file.
Inheritance
PostProcessingGraphMetaFile
  Implements
Inherited Members
Namespace: Evergine.Assets.Exporters
Assembly: Evergine.Assets.dll
Syntax
public class PostProcessingGraphMetaFile : AssetMetafile<PostProcessingGraphProfile, PostProcessingGraphExporter>, IAssetMetaFile
  Constructors
PostProcessingGraphMetaFile()
Initializes a new instance of the PostProcessingGraphMetaFile class.
Declaration
public PostProcessingGraphMetaFile()
  PostProcessingGraphMetaFile(PostProcessingGraphDescription)
Initializes a new instance of the PostProcessingGraphMetaFile class.
Declaration
public PostProcessingGraphMetaFile(PostProcessingGraphDescription graphDescription)
  Parameters
| Type | Name | Description | 
|---|---|---|
| PostProcessingGraphDescription | graphDescription | The post-processing graph instance.  | 
      
Fields
Extension
The post-processing graph meta file extension.
Declaration
public static readonly string Extension
  Field Value
| Type | Description | 
|---|---|
| string | 
PostProcessingGraphInfo
The post-processing graph info.
Declaration
public PostProcessingGraphInfoPart PostProcessingGraphInfo
  Field Value
| Type | Description | 
|---|---|
| PostProcessingGraphInfoPart | 
Properties
ExtensionMetafile
Gets the extension.
Declaration
public override string ExtensionMetafile { get; }
  Property Value
| Type | Description | 
|---|---|
| string | 
Overrides
Methods
UpdatePostProcessingGraph(PostProcessingGraphDescription)
Updates the post-processing graph.
Declaration
public void UpdatePostProcessingGraph(PostProcessingGraphDescription graphDescription)
  Parameters
| Type | Name | Description | 
|---|---|---|
| PostProcessingGraphDescription | graphDescription | New post-processing graph.  |