Search Results for

    Show / Hide Table of Contents

    Class PostProcessingGraphBatch

    Holds temporal settings for a post-processing graph.

    Inheritance
    object
    PostProcessingGraphBatch
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Evergine.Framework.Graphics
    Assembly: Evergine.Framework.dll
    Syntax
    public class PostProcessingGraphBatch

    Fields

    items

    The post-processing batch items (represents every graph node).

    Declaration
    public PostProcessingGraphBatchItem[] items
    Field Value
    Type Description
    PostProcessingGraphBatchItem[]

    renderUnit

    The render unit.

    Declaration
    public PostProcessingGraphRenderUnit renderUnit
    Field Value
    Type Description
    PostProcessingGraphRenderUnit

    Extension Methods

    ReflectionHelper.GetMemberAssembly(object)
    ReflectionHelper.GetTypeName(object)
    In This Article
    Back to top
    Generated by DocFX