Search Results for

    Show / Hide Table of Contents

    Class PostProcessingGraphDecoratorAttribute

    Attribute to indicate the effect associated with the PostProcessingGraphDecorator.

    Inheritance
    object
    Attribute
    PostProcessingGraphDecoratorAttribute
    Namespace: Evergine.Editor.Extension
    Assembly: Evergine.Editor.Extension.dll
    Syntax
    [AttributeUsage(AttributeTargets.Class)]
    public class PostProcessingGraphDecoratorAttribute : Attribute

    Constructors

    PostProcessingGraphDecoratorAttribute(Guid)

    Initializes a new instance of the PostProcessingGraphDecoratorAttribute class.

    Declaration
    public PostProcessingGraphDecoratorAttribute(Guid graphID)
    Parameters
    Type Name Description
    Guid graphID

    The graph ID.

    PostProcessingGraphDecoratorAttribute(string)

    Initializes a new instance of the PostProcessingGraphDecoratorAttribute class.

    Declaration
    public PostProcessingGraphDecoratorAttribute(string graphID)
    Parameters
    Type Name Description
    string graphID

    The graph ID.

    Properties

    GraphID

    Gets the ID of the associated graph.

    Declaration
    public Guid GraphID { get; }
    Property Value
    Type Description
    Guid

    Extension Methods

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