C# 클래스 CameraTools.Detail.CameraPanningVelocity

파일 보기 프로젝트 열기: juliancruz87/madbricks

공개 메소드들

메소드 설명
UpdateWhileDragging ( Vector3 dragDeltaThisFrameProjectedOnFloor ) : void
UpdateWhileNotDragging ( ) : void

비공개 메소드들

메소드 설명
CalcCurrentVelUsingDeacceleration ( ) : void
CalcCurrentVelUsingSamples ( ) : void
UpdatePanningVelocityQueue ( Vector3 dragDeltaThisFrameProjectedOnFloor ) : void

메소드 상세

UpdateWhileDragging() 공개 메소드

public UpdateWhileDragging ( Vector3 dragDeltaThisFrameProjectedOnFloor ) : void
dragDeltaThisFrameProjectedOnFloor UnityEngine.Vector3
리턴 void

UpdateWhileNotDragging() 공개 메소드

public UpdateWhileNotDragging ( ) : void
리턴 void