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

Inheritance: Camera2D
Exibir arquivo Open project: Indiefreaks/igf

Public Methods

Method Description
ChaseCamera2D ( float aspectRatio ) : Indiefreaks.Xna.Input

Protected Methods

Method Description
UpdateInput ( InputManager input ) : void

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

Method Details

ChaseCamera2D() public method

public ChaseCamera2D ( float aspectRatio ) : Indiefreaks.Xna.Input
aspectRatio float
return Indiefreaks.Xna.Input

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