HAND_JOINT_IDS_OpenXRtoOVR
: int[] | |
openXRHands
: readonly HandsSpace |
Signature
readonly HandsSpace openXRHands |
ovrHands
: readonly HandsSpace |
Signature
readonly HandsSpace ovrHands |
UpgradeRequiredButton
: const string |
Signature
const string UpgradeRequiredButton |
UpgradeRequiredMessage
: const string |
Signature
const string UpgradeRequiredMessage |
FixButtonStyle
: GUIStyle
[Get] |
Signature
GUIStyle FixButtonStyle |
OpenXRHandJointToOVR
(
openXRJointId
)
|
Signature
static int OpenXRHandJointToOVR(int openXRJointId) Parameters openXRJointId: intReturns int |
OVRHandJointToOpenXR
(
ovrJointId
)
|
Signature
static HandJointId OVRHandJointToOpenXR(int ovrJointId) Parameters ovrJointId: intReturns HandJointId |
OVRHandRotationsToOpenXRPoses
(
ovrJointRotations
, handedness
, targetPoses
)
|
Signature
static bool OVRHandRotationsToOpenXRPoses(Quaternion[] ovrJointRotations, Handedness handedness, ref Pose[] targetPoses) Parameters ovrJointRotations: Quaternion[]handedness: HandednesstargetPoses: ref Pose[]Returns bool |
TransformOVRToOpenXRPosition
(
position
, handedness
)
|
Signature
static Vector3 TransformOVRToOpenXRPosition(Vector3 position, Handedness handedness) Parameters position: Vector3handedness: HandednessReturns Vector3 |
TransformOVRToOpenXRRotation
(
rotation
, handedness
)
|
Signature
static Quaternion TransformOVRToOpenXRRotation(Quaternion rotation, Handedness handedness) Parameters rotation: Quaternionhandedness: HandednessReturns Quaternion |