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

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

공개 메소드들

메소드 설명
FreeCamera2D ( float aspectRatio ) : System

보호된 메소드들

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

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

메소드 상세

FreeCamera2D() 공개 메소드

public FreeCamera2D ( float aspectRatio ) : System
aspectRatio float
리턴 System

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