Method DoPassGUI
DoPassGUI(SerializedProperty, Rect)
Implement this function to draw your custom GUI.
Declaration
protected virtual void DoPassGUI(SerializedProperty customPass, Rect rect)
Parameters
Type | Name | Description |
---|---|---|
SerializedProperty | customPass | Your custom pass instance represented as a SerializedProperty |
Rect | rect | space available for you to draw the UI |