/// <summary> /// default constructor /// </summary> /// <param name="b">a bodygesture event</param> /// <param name="h">a handgesture event</param> /// <param name="c">the context of the gesture</param> public GestureDatas(BodyGestureEvent b = null, HandGestureDatas h = null, ContextGesture c =null) { this.bodyGestureEventData = b; this.handGestureEventData = h; this.contextGestureDatas = c; }
/// <summary> /// default constructor /// </summary> /// <param name="b">a bodygesture event</param> /// <param name="h">a handgesture event</param> /// <param name="c">the context of the gesture</param> public GestureDatas(BodyGestureEvent b = null, HandGestureDatas h = null, ContextGesture c = null) { this.bodyGestureEventData = b; this.handGestureEventData = h; this.contextGestureDatas = c; }