Method UpdateVolumeStack
UpdateVolumeStack(Camera)
Updates the volume stack for this camera. This function will only update the stack when the camera has VolumeFrameworkUpdateMode set to ViaScripting or when it set to UsePipelineSettings and the update mode on the Render Pipeline Asset is set to ViaScripting.
선언
public static void UpdateVolumeStack(this Camera camera)
파라미터
타입 | 이름 | 설명 |
---|---|---|
Camera | camera |
UpdateVolumeStack(Camera, UniversalAdditionalCameraData)
Updates the volume stack for this camera. This function will only update the stack when the camera has ViaScripting selected or if the camera is set to UsePipelineSettings and the Render Pipeline Asset is set to ViaScripting.
선언
public static void UpdateVolumeStack(this Camera camera, UniversalAdditionalCameraData cameraData)
파라미터
타입 | 이름 | 설명 |
---|---|---|
Camera | camera | |
UniversalAdditionalCameraData | cameraData |