Event.RecenterType

public static final class Event.RecenterType

Constants that represent the type of recentering.

Constants

int ALIGNED A recenter event triggered by the controller (e.g.
int DON A recenter event triggered by proximity sensor detecting the user has put put the headset on (a.k.a.
int RESTART Recentering state received from the platform upon starting or resuming the application.

Inherited Methods

Constants

public static final int ALIGNED

A recenter event triggered by the controller (e.g. long-press on Home button or connecting controller as part of donning UX).

Constant Value: 2

public static final int DON

A recenter event triggered by proximity sensor detecting the user has put put the headset on (a.k.a. donned the headset).

Constant Value: 3

public static final int RESTART

Recentering state received from the platform upon starting or resuming the application. This event is usually precedes a HEAD_TRACKING_RESUMED event in the same frame.

Constant Value: 1