Kinect.Gestures.KinectGesture.ResetGesture C# (CSharp) Method

ResetGesture() public method

Resets the gesture state.
public ResetGesture ( ) : void
return void
        public void ResetGesture()
        {
            this.currentFrameIndex = 0;
            this.currentFrameCount = 0;
            this.pausedFrameCount = 5;
            this.gesturePaused = true;
        }