Class CustomPassDrawer
Custom UI class for custom passes
Inherited Members
Namespace: UnityEditor .Rendering.HighDefinition
Assembly: Unity.RenderPipelines.HighDefinition.Editor.dll
Syntax
[CustomPassDrawer(typeof(CustomPass))]
public class CustomPassDrawer
Properties
Name | Description |
---|---|
common |
Controls which field of the common pass UI is displayed. |
target | Get the current instance of the custom pass being displayed in the Custom Pass Volume Editor. |
Methods
Name | Description |
---|---|
Do |
Implement this function to draw your custom GUI. |
Get |
Implement this functions if you implement DoPassGUI. The result of this function must match the number of lines displayed in your custom GUI. Note that this height can be dynamic. |
Initialize(Serialized |
Use this function to initialize the local SerializedProperty you will use in your pass. |