C# Class Beyond_Beyaan.Screens.RaceSelection

Inheritance: WindowInterface
Show file Open project: Beyonders/Beyond-Beyaan Class Usage Examples

Public Methods

Method Description
Draw ( ) : void
Initialize ( GameMain gameMain, string &reason ) : bool
MouseDown ( int x, int y ) : bool
MouseHover ( int x, int y, float frameDeltaTime ) : bool
MouseUp ( int x, int y ) : bool
SetCurrentPlayerInfo ( int whichPlayer, Race race, Color color ) : void

Private Methods

Method Description
RefreshRaceDescription ( ) : void
RefreshRaceLabels ( ) : void

Method Details

Draw() public method

public Draw ( ) : void
return void

Initialize() public method

public Initialize ( GameMain gameMain, string &reason ) : bool
gameMain GameMain
reason string
return bool

MouseDown() public method

public MouseDown ( int x, int y ) : bool
x int
y int
return bool

MouseHover() public method

public MouseHover ( int x, int y, float frameDeltaTime ) : bool
x int
y int
frameDeltaTime float
return bool

MouseUp() public method

public MouseUp ( int x, int y ) : bool
x int
y int
return bool

SetCurrentPlayerInfo() public method

public SetCurrentPlayerInfo ( int whichPlayer, Race race, Color color ) : void
whichPlayer int
race Beyond_Beyaan.Data_Modules.Race
color Color
return void