Enum CameraBackgroundRenderingMode
Describes when the AR Camera Background should render.
Namespace: UnityEngine.XR.ARFoundation
Assembly: Unity.XR.ARFoundation.dll
Syntax
public enum CameraBackgroundRenderingMode : byte
Fields
Name | Description |
---|---|
AfterOpaques | Perform background rendering after opaques have been rendered. |
Any | Allows the platform to select its preferred render mode. |
BeforeOpaques | Perform background rendering prior to rendering opaque geometry in the scene. |