C# Class Project2.ControllableCamera

Inheritance: Camera
Afficher le fichier Open project: nuclearpidgeon/graphicsproj2

Méthodes publiques

Méthode Description
ControllableCamera ( Project2Game game, System.Vector3 position, System.Vector3 target ) : System
Update ( SharpDX.Toolkit.GameTime gameTime ) : void

Updates the Camera based on keyboard and mouse input

Method Details

ControllableCamera() public méthode

public ControllableCamera ( Project2Game game, System.Vector3 position, System.Vector3 target ) : System
game Project2Game
position System.Vector3
target System.Vector3
Résultat System

Update() public méthode

Updates the Camera based on keyboard and mouse input
public Update ( SharpDX.Toolkit.GameTime gameTime ) : void
gameTime SharpDX.Toolkit.GameTime
Résultat void