Exemplo n.º 1
0
 // estimate the next state and completeness of the gesture
 public static void CheckForGesture(uint userId, ref GestureData gestureData, float timestamp, ref Vector3[] jointsPos, ref bool[] jointsTracked)
 {
     GestureDetector.CheckForGesture(userId, ref gestureData, timestamp, ref jointsPos, ref jointsTracked);
 }