Takes the Joint data from XRHandSubsystem and maps them to our own RhinoxJoint structure. This manager also supplies and updates Capsule colliders with rigidbodies RhinoxJointCapsule . This manager also relays events from the XRHandSubsystem when tracking is either lost or acquired.
Diagram
Members
Properties
Public properties
Type
Name
Methods
bool
AreJointsInitialised A boolean variable that indicates if the joints are initialized.
get, private set
bool
IsLeftHandTracked A boolean variable that indicates if the left hand is being tracked.
get, private set
bool
IsRightHandTracked A boolean variable that indicates if the right hand is being tracked.
get, private set
bool
JointCollisionsEnabled A boolean property that gets or sets the value of _jointCollisionsEnabled. When this value is set, it also sets the collisions of the hands with the joint capsules.
RightHandCapsules An array of RhinoxJointCapsule objects that represent the joint capsules of the right hand.
get
GameObject
RightHandParentObj A GameObject variable that represents the parent object of the right hand.
get
GameObject
RightHandSocket A GameObject variable that represents the socket used to attach objects to the right hand.
get
Methods
Public methods
Returns
Name
void
DisableHandCollisions(RhinoxHand hand) This method enables collisions for the hand specified by the RhinoxHand parameter. It internally calls the method SetHandCollisions with a false value for the state parameter and the specified RhinoxHand.
EnableHandCollisions(RhinoxHand hand) This method enables collisions for the hand specified by the RhinoxHand parameter. It internally calls the method SetHandCollisions with a true value for the state parameter and the specified RhinoxHand.
Takes the Joint data from XRHandSubsystem and maps them to our own RhinoxJoint structure. This manager also supplies and updates Capsule colliders with rigidbodies RhinoxJointCapsule . This manager also relays events from the XRHandSubsystem when tracking is either lost or acquired.
Remarks
Almost all classes in the Interaction Toolkit rely on this jointManager to function
This method enables collisions for the hand specified by the RhinoxHand parameter. It internally calls the method SetHandCollisions with a true value for the state parameter and the specified RhinoxHand.
This method enables collisions for the hand specified by the RhinoxHand parameter. It internally calls the method SetHandCollisions with a false value for the state parameter and the specified RhinoxHand.
Gets all joints with XRHandJointID “jointID” from both hands.
Returns
An ICollection holding all the RhinoxJoints corresponding with jointID
Properties
IsLeftHandTracked
publicboolIsLeftHandTracked{get;privateset;}
Summary
A boolean variable that indicates if the left hand is being tracked.
IsRightHandTracked
publicboolIsRightHandTracked{get;privateset;}
Summary
A boolean variable that indicates if the right hand is being tracked.
AreJointsInitialised
publicboolAreJointsInitialised{get;privateset;}
Summary
A boolean variable that indicates if the joints are initialized.
JointCollisionsEnabled
publicboolJointCollisionsEnabled{get;set;}
Summary
A boolean property that gets or sets the value of _jointCollisionsEnabled. When this value is set, it also sets the collisions of the hands with the joint capsules.
LeftHandCapsules
publicRhinoxJointCapsuleLeftHandCapsules{get;}
Summary
An array of RhinoxJointCapsule objects that represent the joint capsules of the left hand.
RightHandCapsules
publicRhinoxJointCapsuleRightHandCapsules{get;}
Summary
An array of RhinoxJointCapsule objects that represent the joint capsules of the right hand.
LeftHandParentObj
publicGameObjectLeftHandParentObj{get;}
Summary
A GameObject variable that represents the parent object of the left hand.
LeftHandSocket
publicGameObjectLeftHandSocket{get;}
Summary
A GameObject variable that represents the socket used to attach objects to the left hand.
RightHandParentObj
publicGameObjectRightHandParentObj{get;}
Summary
A GameObject variable that represents the parent object of the right hand.
RightHandSocket
publicGameObjectRightHandSocket{get;}
Summary
A GameObject variable that represents the socket used to attach objects to the right hand.