/// <remarks>See https://en.wikipedia.org/wiki/Interphalangeal_joints_of_the_hand#/media/File:Scheme_human_hand_bones-en.svg for joint name definitions.</remarks>
publicenumTrackedHandJoint
{
None=0,
/// <summary>
/// The wrist.
/// </summary>
Wrist,
/// <summary>
/// The palm.
/// </summary>
Palm,
/// <summary>
/// The lowest joint in the thumb (down in your palm).
/// </summary>
ThumbMetacarpalJoint,
/// <summary>
/// The thumb's second (middle-ish) joint.
/// </summary>
ThumbProximalJoint,
/// <summary>
/// The thumb's first (furthest) joint.
/// </summary>
ThumbDistalJoint,
/// <summary>
/// The tip of the thumb.
/// </summary>
ThumbTip,
/// <summary>
/// The lowest joint of the index finger.
/// </summary>
IndexMetacarpal,
/// <summary>
/// The knuckle joint of the index finger.
/// </summary>
IndexKnuckle,
/// <summary>
/// The middle joint of the index finger.
/// </summary>
IndexMiddleJoint,
/// <summary>
/// The joint nearest the tip of the index finger.