Class DefaultPostProcessEffectEditor
A default effect editor that gathers all parameters and list them vertically in the inspector.
Inherited Members
Namespace: UnityEditor .Rendering.PostProcessing
Assembly: solution.dll
Syntax
public class DefaultPostProcessEffectEditor : PostProcessEffectBaseEditor
Methods
Name | Description |
---|---|
On |
Called when the editor is initialized. |
On |
Called every time the inspector is being redrawn. This is where you should add your UI drawing code. |