C# Class Beyond_Beyaan.Screens.PlanetsView

Inheritance: WindowInterface
Afficher le fichier Open project: Beyonders/Beyond-Beyaan Class Usage Examples

Méthodes publiques

Свойство Type Description
CenterToSystem Action
CloseWindow System.Action

Méthodes publiques

Méthode 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

Méthode Description
RefreshReserves ( ) : void
RefreshSelection ( ) : void
RefreshTransfer ( ) : void

Method Details

Draw() public méthode

public Draw ( ) : void
Résultat void

Initialize() public méthode

public Initialize ( GameMain gameMain, string &reason ) : bool
gameMain GameMain
reason string
Résultat bool

Load() public méthode

public Load ( ) : void
Résultat void

MouseDown() public méthode

public MouseDown ( int x, int y ) : bool
x int
y int
Résultat bool

MouseHover() public méthode

public MouseHover ( int x, int y, float frameDeltaTime ) : bool
x int
y int
frameDeltaTime float
Résultat bool

MouseUp() public méthode

public MouseUp ( int x, int y ) : bool
x int
y int
Résultat bool

RefreshPlanets() public méthode

public RefreshPlanets ( List planets ) : void
planets List
Résultat void

Property Details

CenterToSystem public_oe property

public Action CenterToSystem
Résultat Action

CloseWindow public_oe property

public Action,System CloseWindow
Résultat System.Action