Search Results for

    Show / Hide Table of Contents

    Class PostProcessingGraphDecorator

    Base post-processing graph decorator class.

    Inheritance
    object
    PostProcessingGraphDecorator
    Namespace: Evergine.Editor.Extension
    Assembly: Evergine.Editor.Extension.dll
    Syntax
    public abstract class PostProcessingGraphDecorator

    Constructors

    PostProcessingGraphDecorator(PostProcessingGraphDescription)

    Initializes a new instance of the PostProcessingGraphDecorator class.

    Declaration
    public PostProcessingGraphDecorator(PostProcessingGraphDescription graphDesc)
    Parameters
    Type Name Description
    PostProcessingGraphDescription graphDesc

    Post-processing graph description.

    Fields

    graphDesc

    Post-processing graph description.

    Declaration
    protected PostProcessingGraphDescription graphDesc
    Field Value
    Type Description
    PostProcessingGraphDescription

    Methods

    GenerateUI(IPanelPropertyContainer)

    Generates a particular editor UI.

    Declaration
    public abstract void GenerateUI(IPanelPropertyContainer panel)
    Parameters
    Type Name Description
    IPanelPropertyContainer panel

    Editor properties panel.

    Extension Methods

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