Enum FormFactor
Supported XR tracked device form factors.
Namespace: Evergine.OpenXR
Assembly: Evergine.OpenXR.dll
Syntax
public enum FormFactor
Fields
Name | Description |
---|---|
HandheldDisplay | The tracked display is held in the user’s hand, independent from the user’s head. The user may be able to touch the display, allowing for screen-space UI. A mobile phone running an AR experience using pass-through video would be an example of this form factor. |
HeadMountedDisplay | The tracked display is attached to the user’s head. The user cannot touch the display itself. A VR headset is an example of this form factor. |