Page Summary
-
Event.RecenterTypeprovides constants representing different types of VR recentering events. -
These constants include
ALIGNED,DON, andRESTART, triggered by controller actions, headset donning, and application resumption, respectively. -
Each constant has an associated integer value for identification within the VR system.
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).
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).
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.