Method Initialize
Initialize(SerializedProperty)
Use this function to initialize the local SerializedProperty you will use in your pass.
Declaration
protected virtual void Initialize(SerializedProperty customPass)
Parameters
Type | Name | Description |
---|---|---|
SerializedProperty | customPass | Your custom pass instance represented as a SerializedProperty |