Class PostProcessingGraphDecorator
Base post-processing graph decorator class.
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. |