Stay organized with collections Save and categorize content based on your preferences.
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 From class java.lang.Object boolean final Class<?>getClass()
inthashCode()
final voidnotify()
final voidnotifyAll()
StringtoString()
final voidwait(long arg0, int arg1)
final voidwait(long arg0)
final voidwait()
Constants public static final int ALIGNEDA 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 DONA 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 RESTARTRecentering 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
All rights reserved. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-09 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-09 UTC."],[[["`Event.RecenterType` provides constants representing different types of VR recentering events."],["These constants include `ALIGNED`, `DON`, and `RESTART`, triggered by controller actions, headset donning, and application resumption, respectively."],["Each constant has an associated integer value for identification within the VR system."]]],["The `Event.RecenterType` class defines constants representing types of recentering events. `ALIGNED` (2) is triggered by the controller, like a long-press or connection. `DON` (3) is triggered when the proximity sensor detects the headset being put on. `RESTART` (1) indicates the recentering state upon application start or resume, often preceding `HEAD_TRACKING_RESUMED`. These constants are integer values for identifying the origin of the recentering action.\n"]]
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4