예제 #1
0
 public bool IsGestureActive(IList <Body> skeletons, int bodyCount)
 {
     return(gesture.IsActive(skeletons, bodyCount));
 }