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

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

Méthodes publiques

Méthode Description
ChaseCamera2D ( float aspectRatio ) : Indiefreaks.Xna.Input

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

ChaseCamera2D() public méthode

public ChaseCamera2D ( float aspectRatio ) : Indiefreaks.Xna.Input
aspectRatio float
Résultat Indiefreaks.Xna.Input

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