C# Class Beyond_Beyaan.Screens.PlanetsView

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

Public Properties

Property Type Description
CenterToSystem Action
CloseWindow System.Action

Public Methods

Method Description
Draw ( ) : void
Initialize ( GameMain gameMain, string &reason ) : bool
Load ( ) : void
MouseDown ( int x, int y ) : bool
MouseHover ( int x, int y, float frameDeltaTime ) : bool
MouseUp ( int x, int y ) : bool
RefreshPlanets ( List planets ) : void

Private Methods

Method Description
RefreshReserves ( ) : void
RefreshSelection ( ) : void
RefreshTransfer ( ) : 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

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

MouseUp() public method

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

RefreshPlanets() public method

public RefreshPlanets ( List planets ) : void
planets List
return void

Property Details

CenterToSystem public property

public Action CenterToSystem
return Action

CloseWindow public property

public Action,System CloseWindow
return System.Action