C# Class Gravitation.Screens.Menu.ShipSettings

ToolWindow is an example
Inheritance: XGControl
Show file Open project: thedamoes/Gravitation Class Usage Examples

Public Methods

Method Description
ShipSettings ( int screenWidth, int screenHeight, SoundHandler hanlder, int numOfPlayers ) : System
getShips ( ) : Gravitation.DataClasses.ShipConfiguration[]

Private Methods

Method Description
okClick ( object sender, EventArgs e ) : void

Method Details

ShipSettings() public method

public ShipSettings ( int screenWidth, int screenHeight, SoundHandler hanlder, int numOfPlayers ) : System
screenWidth int
screenHeight int
hanlder Gravitation.SoundHandler
numOfPlayers int
return System

getShips() public method

public getShips ( ) : Gravitation.DataClasses.ShipConfiguration[]
return Gravitation.DataClasses.ShipConfiguration[]