C# Class SGDE.Camera

Camera control class.
Inheritance: SceneNode
Afficher le fichier Open project: sgdc/sgdc-old

Méthodes publiques

Méthode Description
Translate ( Vector2 translation ) : void

Translate the camera.

Private Methods

Méthode Description
Camera ( Viewport viewport ) : System
Update ( GameTime gameTime ) : void
UpdatePosition ( ) : void

Method Details

Translate() public méthode

Translate the camera.
public Translate ( Vector2 translation ) : void
translation Vector2 The translation for the camera.
Résultat void