Enum ARDebugMenu.DebugMenuRenderMode
The render mode of the debug menu's canvas.
Namespace: UnityEngine.XR.ARFoundation
Assembly: Unity.XR.ARFoundation.dll
Syntax
public enum ARDebugMenu.DebugMenuRenderMode
Fields
Name | Description |
---|---|
Auto | Automated mode that sets the canvas render mode to screen space on mobile platforms and world space on non-mobile platforms. |
ScreenSpace | Overlay screen space render mode for the canvas. |
WorldSpace | World space render mode for the canvas. |