Controller.BetaTrackingStatusFlags

public static class Controller.BetaTrackingStatusFlags

Integer bit map for tracking status of one controller in trackingStatusFlags.

Constants

int NOMINAL Indicates whether the controller is tracking in full 6DoF mode.
int OCCLUDED Indicates whether the controller is occluded.
int OUT_OF_FOV Indicates whether the controller is out of field of view of the tracking system.
int UNKNOWN Indicates whether the controller's tracking status is unknown.

Public Constructors

Inherited Methods

Constants

public static final int NOMINAL

Indicates whether the controller is tracking in full 6DoF mode.

Constant Value: 2

public static final int OCCLUDED

Indicates whether the controller is occluded. For optically tracked controllers, occlusion happens for a brief time as the user blocks the tracking system with their hand or the other controller. The position of the controller will be clamped to the last known value.

Constant Value: 4

public static final int OUT_OF_FOV

Indicates whether the controller is out of field of view of the tracking system. The position of the controller is no longer accurate and should be ignored.

Constant Value: 8

public static final int UNKNOWN

Indicates whether the controller's tracking status is unknown.

Constant Value: 1

Public Constructors

public Controller.BetaTrackingStatusFlags ()