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

Inheritance: Camera2D
Afficher le fichier Open project: Indiefreaks/igf

Méthodes publiques

Méthode Description
FreeCamera2D ( float aspectRatio ) : System

Méthodes protégées

Méthode Description
UpdateInput ( InputManager input ) : void

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

Method Details

FreeCamera2D() public méthode

public FreeCamera2D ( float aspectRatio ) : System
aspectRatio float
Résultat System

UpdateInput() protected méthode

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