CameraTools.Detail.CameraPanningVelocity.UpdateWhileDragging C# (CSharp) Method

UpdateWhileDragging() public method

public UpdateWhileDragging ( Vector3 dragDeltaThisFrameProjectedOnFloor ) : void
dragDeltaThisFrameProjectedOnFloor UnityEngine.Vector3
return void
        public void UpdateWhileDragging(Vector3 dragDeltaThisFrameProjectedOnFloor)
        {
            UpdatePanningVelocityQueue(dragDeltaThisFrameProjectedOnFloor);
            CalcCurrentVelUsingSamples();
        }