Class PostProcessingGraphInfoPart
The post-processing graph info.
Inherited Members
Namespace: Evergine.Framework.Assets.AssetParts
Assembly: Evergine.Framework.dll
Syntax
public class PostProcessingGraphInfoPart : AssetPart
Fields
graphDescription
the post-processing graph.
Declaration
[EvergineMember]
protected PostProcessingGraphDescription graphDescription
Field Value
Type | Description |
---|---|
PostProcessingGraphDescription |
Properties
GraphDescription
Gets the post-processing graph instance.
Declaration
public PostProcessingGraphDescription GraphDescription { get; }
Property Value
Type | Description |
---|---|
PostProcessingGraphDescription |
Methods
FromPostProcessingGraph(PostProcessingGraphDescription)
Generate a Post-processing graph info part form a graph.
Declaration
public static PostProcessingGraphInfoPart FromPostProcessingGraph(PostProcessingGraphDescription graphDescription)
Parameters
Type | Name | Description |
---|---|---|
PostProcessingGraphDescription | graphDescription | Post-processing graph. |
Returns
Type | Description |
---|---|
PostProcessingGraphInfoPart | Post-processing graph info part. |
Read(BinaryReader)
Read this asset part.
Declaration
public static PostProcessingGraphInfoPart Read(BinaryReader reader)
Parameters
Type | Name | Description |
---|---|---|
BinaryReader | reader | The binary reader. |
Returns
Type | Description |
---|---|
PostProcessingGraphInfoPart | The loaded asset part. |
Write(BinaryWriter)
Writes the sub asset.
Declaration
public override void Write(BinaryWriter writer)
Parameters
Type | Name | Description |
---|---|---|
BinaryWriter | writer | The stream. |