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 |
---|---|
Post |
Properties
GraphDescription
Gets the post-processing graph instance.
Declaration
public PostProcessingGraphDescription GraphDescription { get; }
Property Value
Type | Description |
---|---|
Post |
Methods
FromPostProcessingGraph(PostProcessingGraphDescription)
Generate a Post-processing graph info part form a graph.
Declaration
public static PostProcessingGraphInfoPart FromPostProcessingGraph(PostProcessingGraphDescription graphDescription)
Parameters
Type | Name | Description |
---|---|---|
Post |
graphDescription | Post-processing graph. |
Returns
Type | Description |
---|---|
Post |
Post-processing graph info part. |
Read(BinaryReader)
Read this asset part.
Declaration
public static PostProcessingGraphInfoPart Read(BinaryReader reader)
Parameters
Type | Name | Description |
---|---|---|
Binary |
reader | The binary reader. |
Returns
Type | Description |
---|---|
Post |
The loaded asset part. |
Write(BinaryWriter)
Writes the sub asset.
Declaration
public override void Write(BinaryWriter writer)
Parameters
Type | Name | Description |
---|---|---|
Binary |
writer | The stream. |