Enum ARVRInterface.Tracking_status

enum Tracking_status : int { ... }

Enum members

NameDescription
arvrExcessiveMotion Tracking is hindered by excessive motion (the player is moving faster than tracking can keep up).
arvrInsufficientFeatures Tracking is hindered by insufficient features, it's too dark (for camera-based tracking), player is blocked, etc.
arvrNormalTracking Tracking is behaving as expected.
arvrNotTracking Tracking is not functional (camera not plugged in or obscured, lighthouses turned off, etc.).
arvrUnknownTracking We don't know the status of the tracking or this interface does not provide feedback.