C# 클래스 Indiefreaks.Xna.Rendering.Camera.ChaseCamera2D

상속: Camera2D
파일 보기 프로젝트 열기: Indiefreaks/igf

공개 메소드들

메소드 설명
ChaseCamera2D ( float aspectRatio ) : Indiefreaks.Xna.Input

보호된 메소드들

메소드 설명
UpdateInput ( InputManager input ) : void

Override this method to catch input events and act on the camera

메소드 상세

ChaseCamera2D() 공개 메소드

public ChaseCamera2D ( float aspectRatio ) : Indiefreaks.Xna.Input
aspectRatio float
리턴 Indiefreaks.Xna.Input

UpdateInput() 보호된 메소드

Override this method to catch input events and act on the camera
protected UpdateInput ( InputManager input ) : void
input InputManager The current input instance
리턴 void