Method DoPassGUI
DoPassGUI(SerializedProperty, Rect)
Implement this function to draw your custom GUI.
선언
protected virtual void DoPassGUI(SerializedProperty customPass, Rect rect)
파라미터
| 타입 | 이름 | 설명 |
|---|---|---|
| SerializedProperty | customPass | Your custom pass instance represented as a SerializedProperty |
| Rect | rect | space available for you to draw the UI |