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