C# Class Beyond_Beyaan.Screens.ResearchScreen

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

Public Properties

Property Type Description
CloseWindow System.Action

Public Methods

Method Description
Draw ( ) : void
Initialize ( GameMain gameMain, string &reason ) : bool
KeyDown ( KeyboardInputEventArgs e ) : bool
Load ( ) : void
MouseDown ( int x, int y ) : bool
MouseHover ( int x, int y, float frameDeltaTime ) : bool
MouseScroll ( int direction, int x, int y ) : void
MouseUp ( int x, int y ) : bool

Private Methods

Method Description
RefreshFields ( ) : void
RefreshLockedStatus ( ) : void
RefreshProgressLabels ( ) : void
RefreshResearchedTechs ( TechField whichField ) : void
RefreshSliders ( ) : 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

KeyDown() public method

public KeyDown ( KeyboardInputEventArgs e ) : bool
e KeyboardInputEventArgs
return bool

Load() public method

public Load ( ) : void
return void

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

MouseScroll() public method

public MouseScroll ( int direction, int x, int y ) : void
direction int
x int
y int
return void

MouseUp() public method

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

Property Details

CloseWindow public property

public Action,System CloseWindow
return System.Action