Method AddPassOfType
AddPassOfType<T>()
Add a pass of type passType in the active pass list
Declaration
public CustomPass AddPassOfType<T>() where T : CustomPass
Returns
| Type | Description |
|---|---|
| CustomPass | The new custom |
Type Parameters
| Name | Description |
|---|---|
| T | The type of the CustomPass to create |
AddPassOfType(Type)
Add a pass of type passType in the active pass list
Declaration
public CustomPass AddPassOfType(Type passType)
Parameters
| Type | Name | Description |
|---|---|---|
| Type | passType | The type of the CustomPass to create |
Returns
| Type | Description |
|---|---|
| CustomPass | The new custom |