XRJointsExtensions Public class
Description
Contains extensions for XR Hand Joints.
Diagram
flowchart LR
classDef interfaceStyle stroke-dasharray: 5 5;
classDef abstractStyle stroke-width:4px
subgraph Rhinox.XR.Grapple
Rhinox.XR.Grapple.XRJointsExtensions[[XRJointsExtensions]]
end
Members
Methods
Public Static methods
Returns | Name |
---|---|
bool | IsDistal (XRHandJointID joint)Returns a boolean value indicating if the specified XR hand joint ID is a distal joint. |
bool | IsMetacarpal (XRHandJointID joint)Returns a boolean value indicating if the specified XR hand joint ID is a metacarpal joint. |
bool | IsProximal (XRHandJointID joint)Returns a boolean value indicating if the specified XR hand joint ID is a proximal joint. |
bool | IsTip (XRHandJointID joint)Returns a boolean value indicating if the specified XR hand joint ID is a tip joint. |
Details
Summary
Contains extensions for XR Hand Joints.
Methods
IsDistal
public static bool IsDistal(XRHandJointID joint)
Arguments
Type | Name | Description |
---|---|---|
XRHandJointID | joint | The XR hand joint ID to check. |
Summary
Returns a boolean value indicating if the specified XR hand joint ID is a distal joint.
Returns
True if the specified XR hand joint ID is a distal joint, otherwise false.
IsMetacarpal
public static bool IsMetacarpal(XRHandJointID joint)
Arguments
Type | Name | Description |
---|---|---|
XRHandJointID | joint | The XR hand joint ID to check. |
Summary
Returns a boolean value indicating if the specified XR hand joint ID is a metacarpal joint.
Returns
True if the specified XR hand joint ID is a metacarpal joint, otherwise false.
IsProximal
public static bool IsProximal(XRHandJointID joint)
Arguments
Type | Name | Description |
---|---|---|
XRHandJointID | joint | The XR hand joint ID to check. |
Summary
Returns a boolean value indicating if the specified XR hand joint ID is a proximal joint.
Returns
True if the specified XR hand joint ID is a proximal joint, otherwise false.
IsTip
public static bool IsTip(XRHandJointID joint)
Arguments
Type | Name | Description |
---|---|---|
XRHandJointID | joint | The XR hand joint ID to check. |
Summary
Returns a boolean value indicating if the specified XR hand joint ID is a tip joint.
Returns
True if the specified XR hand joint ID is a tip joint, otherwise false.
Generated with ModularDoc