Method Initialize
Initialize(SerializedProperty)
Use this function to initialize the local SerializedProperty you will use in your pass.
선언
protected virtual void Initialize(SerializedProperty customPass)
파라미터
타입 | 이름 | 설명 |
---|---|---|
SerializedProperty | customPass | Your custom pass instance represented as a SerializedProperty |