C# Class Indiefreaks.Xna.Rendering.Camera.FreeCamera2D

Inheritance: Camera2D
Exibir arquivo Open project: Indiefreaks/igf

Public Methods

Method Description
FreeCamera2D ( float aspectRatio ) : System

Protected Methods

Method Description
UpdateInput ( InputManager input ) : void

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

Method Details

FreeCamera2D() public method

public FreeCamera2D ( float aspectRatio ) : System
aspectRatio float
return System

UpdateInput() protected method

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