Enum XRInterface.Capabilities
- Namespace
- Godot
- Assembly
- GodotSharp.dll
public enum XRInterface.Capabilities : long
Fields
Ar = 16This interface supports AR (video background and real world tracking).
External = 32This interface outputs to an external device. If the main viewport is used, the on screen output is an unmodified buffer of either the left or right eye (stretched if the viewport size is not changed to the same aspect ratio of GetRenderTargetSize()). Using a separate viewport node frees up the main viewport for other purposes.
Mono = 1This interface can work with normal rendering output (non-HMD based AR).
None = 0No XR capabilities.
Quad = 4This interface supports quad rendering (not yet supported by Godot).
Stereo = 2This interface supports stereoscopic rendering.
Vr = 8This interface supports VR.