Nuitrack  1.11.2
3D Skeleton Tracking Middleware
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Properties Events Groups Pages
nuitrack.UserHands Class Reference

Stores the information about the user's hand. More...

Public Member Functions

 UserHands (int userId, Hand leftHand, Hand rightHand)
 

Properties

int UserId [get, set]
 Get the user identifier. More...
 
Hand LeftHand [get, set]
 Get the left hand. More...
 
Hand RightHand [get, set]
 Get the right hand. More...
 

Detailed Description

Stores the information about the user's hand.

Property Documentation

Hand nuitrack.UserHands.LeftHand
getset

Get the left hand.

Returns
The left hand.
Hand nuitrack.UserHands.RightHand
getset

Get the right hand.

Returns
The right hand.
int nuitrack.UserHands.UserId
getset

Get the user identifier.

Returns
The user identifier.