Enum HDAdditionalCameraData.ClearColorMode
Clear mode for the camera background.
Namespace: UnityEngine.Rendering.HighDefinition
Syntax
public enum ClearColorMode
Fields
Name | Description | Value |
---|---|---|
Sky | Clear the background with the sky. |
0 |
Color | Clear the background with a constant color. |
1 |
None | Don't clear the background. |
2 |