Enum XROverlayType
Whether the layer appears behind or infront of other content in the scene.
Namespace: Evergine.Framework.XR.Passthrough
Assembly: Evergine.Framework.dll
Syntax
public enum XROverlayType
Fields
| Name | Description |
|---|---|
| None | Disable the overlay. |
| Overlay | The layer appears in front of the render content. |
| Underlay | The layer appears in behind of the render content. |