Method GetActivePassVolume
GetActivePassVolume(CustomPassInjectionPoint)
Gets the currently active Custom Pass Volume for a given injection point. Note this function returns only the first active volume, not the others that will be executed.
선언
[Obsolete("In order to support multiple custom pass volume per injection points, please use GetActivePassVolumes.")]
public static CustomPassVolume GetActivePassVolume(CustomPassInjectionPoint injectionPoint)
파라미터
타입 | 이름 | 설명 |
---|---|---|
CustomPassInjectionPoint | injectionPoint | The injection point to get the currently active Custom Pass Volume for. |
반환
타입 | 설명 |
---|---|
CustomPassVolume | Returns the Custom Pass Volume instance associated with the injection point. |