Search Results for

    Show / Hide Table of Contents

    Class PostProcessingGraphInfoPart

    The post-processing graph information.

    Inheritance
    object
    IdentifiableObject
    AssetPart
    PostProcessingGraphInfoPart
    Inherited Members
    IdentifiableObject.Id
    IdentifiableObject.IdHasChanged(Guid)
    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 instance of the post-processing graph.

    Declaration
    public PostProcessingGraphDescription GraphDescription { get; }
    Property Value
    Type Description
    PostProcessingGraphDescription

    Methods

    FromPostProcessingGraph(PostProcessingGraphDescription)

    Generates a Post-processing graph info part from 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)

    Reads 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.

    Overrides
    AssetPart.Write(BinaryWriter)

    Extension Methods

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