TouchScript.Behaviors.Visualizer.TouchProxyBase.UpdateTouch C# (CSharp) Method

UpdateTouch() public method

Updates the touch. This method is called when the touch is moved.
public UpdateTouch ( TouchPoint touch ) : void
touch TouchPoint Touch this cursor represents.
return void
        public void UpdateTouch(TouchPoint touch)
        {
            update(touch);
        }