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

Inheritance: Camera2D
Mostrar archivo Open project: Indiefreaks/igf

Public Methods

Method Description
TargetCamera2D ( 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

TargetCamera2D() public method

public TargetCamera2D ( 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