Click or drag to resize

ARVRInterfaceCapabilities Enumeration

[Missing <summary> documentation for "T:Godot.ARVRInterface.Capabilities"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public enum Capabilities
Members
  Member nameValueDescription
None0

No ARVR capabilities.

Mono1

This interface can work with normal rendering output (non-HMD based AR).

Stereo2

This interface supports stereoscopic rendering.

Ar4

This interface supports AR (video background and real world tracking).

External8

This 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.

See Also