Go to the source code of this file.
|
class | Leap.Unity.Attachments.AttachmentPointFlagsExtensions |
|
|
enum | Leap.Unity.Attachments.AttachmentPointFlags {
Leap.Unity.Attachments.None = 0
, Leap.Unity.Attachments.Wrist = 1 << 1
, Leap.Unity.Attachments.Palm = 1 << 2
, Leap.Unity.Attachments.ThumbProximalJoint = 1 << 3
,
Leap.Unity.Attachments.ThumbDistalJoint = 1 << 4
, Leap.Unity.Attachments.ThumbTip = 1 << 5
, Leap.Unity.Attachments.IndexKnuckle = 1 << 6
, Leap.Unity.Attachments.IndexMiddleJoint = 1 << 7
,
Leap.Unity.Attachments.IndexDistalJoint = 1 << 8
, Leap.Unity.Attachments.IndexTip = 1 << 9
, Leap.Unity.Attachments.MiddleKnuckle = 1 << 10
, Leap.Unity.Attachments.MiddleMiddleJoint = 1 << 11
,
Leap.Unity.Attachments.MiddleDistalJoint = 1 << 12
, Leap.Unity.Attachments.MiddleTip = 1 << 13
, Leap.Unity.Attachments.RingKnuckle = 1 << 14
, Leap.Unity.Attachments.RingMiddleJoint = 1 << 15
,
Leap.Unity.Attachments.RingDistalJoint = 1 << 16
, Leap.Unity.Attachments.RingTip = 1 << 17
, Leap.Unity.Attachments.PinkyKnuckle = 1 << 18
, Leap.Unity.Attachments.PinkyMiddleJoint = 1 << 19
,
Leap.Unity.Attachments.PinkyDistalJoint = 1 << 20
, Leap.Unity.Attachments.PinkyTip = 1 << 21
} |
| Flags for attachment points on the hand. More...
|
|