C# Class CameraTools.Detail.CameraPanningVelocity

Show file Open project: juliancruz87/madbricks

Public Methods

Method Description
UpdateWhileDragging ( Vector3 dragDeltaThisFrameProjectedOnFloor ) : void
UpdateWhileNotDragging ( ) : void

Private Methods

Method Description
CalcCurrentVelUsingDeacceleration ( ) : void
CalcCurrentVelUsingSamples ( ) : void
UpdatePanningVelocityQueue ( Vector3 dragDeltaThisFrameProjectedOnFloor ) : void

Method Details

UpdateWhileDragging() public method

public UpdateWhileDragging ( Vector3 dragDeltaThisFrameProjectedOnFloor ) : void
dragDeltaThisFrameProjectedOnFloor UnityEngine.Vector3
return void

UpdateWhileNotDragging() public method

public UpdateWhileNotDragging ( ) : void
return void