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