Class PostProcessingGraphDecoratorAttribute
Attribute to indicate the effect associated with the PostProcessingGraphDecorator.
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 |