Pinky
Represents a pinky finger with all its relevant joints.
The Hand
class automatically instantiates the Pinky
class for you.
Inherits Finger class.
Constructors
Name
Description
Pinky(Dictionary<FingerJointType, FingerJoint>)
Creates a new Pinky object with the specified finger joint types and finger joints.
Properties
Name
Type
Description
Example
The example shows how to manage a pinky finger with the Pinky
class.
Create a pinky finger with a constructor
Get joint information from a pinky finger
Last updated