Enum HDAdditionalCameraData.ClearColorMode
Clear mode for the camera background.
Namespace: UnityEngine.Rendering.HighDefinition
Assembly: Unity.RenderPipelines.HighDefinition.Runtime.dll
Syntax
public enum HDAdditionalCameraData.ClearColorMode
Fields
Name | Description |
---|---|
Color | Clear the background with a constant color. |
None | Don't clear the background. |
Sky | Clear the background with the sky. |