C# Class CameraTools.Detail.CameraPanningVelocity

Afficher le fichier Open project: juliancruz87/madbricks

Méthodes publiques

Méthode Description
UpdateWhileDragging ( Vector3 dragDeltaThisFrameProjectedOnFloor ) : void
UpdateWhileNotDragging ( ) : void

Private Methods

Méthode Description
CalcCurrentVelUsingDeacceleration ( ) : void
CalcCurrentVelUsingSamples ( ) : void
UpdatePanningVelocityQueue ( Vector3 dragDeltaThisFrameProjectedOnFloor ) : void

Method Details

UpdateWhileDragging() public méthode

public UpdateWhileDragging ( Vector3 dragDeltaThisFrameProjectedOnFloor ) : void
dragDeltaThisFrameProjectedOnFloor UnityEngine.Vector3
Résultat void

UpdateWhileNotDragging() public méthode

public UpdateWhileNotDragging ( ) : void
Résultat void