C# Class ProjectCow.SpaceshipController

Controls the spaceship
Show file Open project: csce3513/Team12 Class Usage Examples

Public Methods

Method Description
ProcessInput ( ) : void
SpaceshipController ( Spaceship spaceship, InputManager input ) : System
Update ( ) : void

Method Details

ProcessInput() public method

public ProcessInput ( ) : void
return void

SpaceshipController() public method

public SpaceshipController ( Spaceship spaceship, InputManager input ) : System
spaceship Spaceship
input InputManager
return System

Update() public method

public Update ( ) : void
return void