C# Class ProjectCow.SpaceshipController

Controls the spaceship
Afficher le fichier Open project: csce3513/Team12 Class Usage Examples

Méthodes publiques

Méthode Description
ProcessInput ( ) : void
SpaceshipController ( Spaceship spaceship, InputManager input ) : System
Update ( ) : void

Method Details

ProcessInput() public méthode

public ProcessInput ( ) : void
Résultat void

SpaceshipController() public méthode

public SpaceshipController ( Spaceship spaceship, InputManager input ) : System
spaceship Spaceship
input InputManager
Résultat System

Update() public méthode

public Update ( ) : void
Résultat void