Skip to main content Link Menu Expand (external link) Document Search Copy Copied

RhinoxFingerExtensions Public class

Diagram

  flowchart LR
  classDef interfaceStyle stroke-dasharray: 5 5;
  classDef abstractStyle stroke-width:4px
  subgraph Rhinox.XR.Grapple
  Rhinox.XR.Grapple.RhinoxFingerExtensions[[RhinoxFingerExtensions]]
  end

Members

Methods

Public Static methods

Returns Name
ICollection<XRHandJointID> GetJointIdsFromFinger(RhinoxFinger finger)
This extension method retrieves all the XRHandJointIds that correspond to the joints of a specified finger.

Details

Methods

GetJointIdsFromFinger

public static ICollection<XRHandJointID> GetJointIdsFromFinger(RhinoxFinger finger)
Arguments
Type Name Description
RhinoxFinger finger The finger for which the joint ids are being retrieved.
Summary

This extension method retrieves all the XRHandJointIds that correspond to the joints of a specified finger.

Remarks

If an invalid value is passed for the RhinoxFinger parameter, an empty collection is returned.

Returns

A collection of XRHandJointID values that correspond to the joints of the specified finger.

Generated with ModularDoc