Method AddPassOfType
AddPassOfType<T>()
Add a pass of type passType in the active pass list
선언
public CustomPass AddPassOfType<T>() where T : CustomPass
반환
| 타입 | 설명 |
|---|---|
| CustomPass | The new custom |
타입 파라미터
| 이름 | 설명 |
|---|---|
| T | The type of the CustomPass to create |
AddPassOfType(Type)
Add a pass of type passType in the active pass list
선언
public CustomPass AddPassOfType(Type passType)
파라미터
| 타입 | 이름 | 설명 |
|---|---|---|
| Type | passType | The type of the CustomPass to create |
반환
| 타입 | 설명 |
|---|---|
| CustomPass | The new custom |