C# 클래스 Beyond_Beyaan.Camera

파일 보기 프로젝트 열기: Beyonders/Beyond-Beyaan

공개 메소드들

메소드 설명
Camera ( int width, int height, int windowWidth, int windowHeight ) : System
CenterCamera ( int x, int y, float zoomDis ) : void
HandleUpdate ( float frameDeltaTime ) : void
MouseWheel ( int direction, float mouseX, float mouseY ) : void
ScrollToPosition ( int x, int y ) : void

비공개 메소드들

메소드 설명
CheckPosition ( ) : void

메소드 상세

Camera() 공개 메소드

public Camera ( int width, int height, int windowWidth, int windowHeight ) : System
width int
height int
windowWidth int
windowHeight int
리턴 System

CenterCamera() 공개 메소드

public CenterCamera ( int x, int y, float zoomDis ) : void
x int
y int
zoomDis float
리턴 void

HandleUpdate() 공개 메소드

public HandleUpdate ( float frameDeltaTime ) : void
frameDeltaTime float
리턴 void

MouseWheel() 공개 메소드

public MouseWheel ( int direction, float mouseX, float mouseY ) : void
direction int
mouseX float
mouseY float
리턴 void

ScrollToPosition() 공개 메소드

public ScrollToPosition ( int x, int y ) : void
x int
y int
리턴 void