C# Class Beyond_Beyaan.Screens.SystemInfoWindow

Inheritance: WindowInterface
ファイルを表示 Open project: Beyonders/Beyond-Beyaan Class Usage Examples

Public Methods

Method Description
Draw ( ) : void
Initialize ( GameMain gameMain, string &reason ) : bool
LoadExploredSystem ( StarSystem system ) : 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

LoadExploredSystem() public method

public LoadExploredSystem ( StarSystem system ) : void
system StarSystem
return void