Method GetActivePassVolumes
GetActivePassVolumes(CustomPassInjectionPoint, List<CustomPassVolume>)
Gets the currently active Custom Pass Volume for a given injection point.
선언
public static void GetActivePassVolumes(CustomPassInjectionPoint injectionPoint, List<CustomPassVolume> volumes)
파라미터
| 타입 | 이름 | 설명 |
|---|---|---|
| CustomPassInjectionPoint | injectionPoint | The injection point to get the currently active Custom Pass Volume for. |
| List<CustomPassVolume> | volumes | The list of custom pass volumes to popuplate with the active volumes. |