-
Notifications
You must be signed in to change notification settings - Fork 0
IVRPlayer
hammy3502 edited this page Oct 19, 2022
·
3 revisions
IVRPlayer
contains all VR-related information about a player.
getHMD()
: Returns an IVRData that represents the HMD/Headset
getController0()
: Returns an IVRData that represents controller 0. This is generally the main hand in the base game.
getController1()
: Returns an IVRData that represents controller 1. This is generally the off hand in the base game.
getController(int controller)
: Returns an IVRData that represents the controller number controller
. Will throw an exception if a number other than 0 or 1 is provided.
Logical Sides and Ping Limitations
VRPlayerTickEvent (Removed as of 2.0.0 Pre-Release 1)