Click or drag to resize

ARVRInterfaceTracking_status Enumeration

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

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

Tracking is behaving as expected.

ExcessiveMotion1

Tracking is hindered by excessive motion (the player is moving faster than tracking can keep up).

InsufficientFeatures2

Tracking is hindered by insufficient features, it's too dark (for camera-based tracking), player is blocked, etc.

UnknownTracking3

We don't know the status of the tracking or this interface does not provide feedback.

NotTracking4

Tracking is not functional (camera not plugged in or obscured, lighthouses turned off, etc.).

See Also