Finger
Represents a finger with all its relevant joints.
Constructors
Name
Description
Finger()
Creates a new Finger object.
Finger(Dictionary<FingerJointType, FingerJoint>)
Creates a new Finger object with the specified finger joint types and finger joints.
Example
The example shows how to manage a finger with the Finger
class.
Create a finger with the specified finger joints
Create an empty finger
Last updated