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