C# Class Beyond_Beyaan.Screens.ShipDesignScreen

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

Méthodes publiques

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

Méthodes publiques

Méthode 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
MouseUp ( int x, int y ) : bool

Private Methods

Méthode Description
AtLeastOneBetterArmor ( float remainingSpace ) : bool
AtLeastOneBetterComputer ( float remainingSpace ) : bool
AtLeastOneBetterECM ( float remainingSpace ) : bool
AtLeastOneBetterEngine ( float remainingSpace ) : bool
AtLeastOneBetterManeuver ( float remainingSpace ) : bool
AtLeastOneBetterShield ( float remainingSpace ) : bool
AtLeastOneBetterWeapon ( int>.KeyValuePair weapon, float remainingSpace ) : bool
AtLeastOneHigherLevelSpecial ( Equipment special, float remainingSpace ) : bool
GetCostUsed ( Technology whichTech, bool useSecondary ) : float
GetSpaceUsed ( Technology whichTech, bool useSecondary ) : float
LoadTechnologies ( ) : void
OnSelectArmor ( Equipment equipment, int slotNum ) : void
OnSelectComputer ( Equipment equipment, int slotNum ) : void
OnSelectECM ( Equipment equipment, int slotNum ) : void
OnSelectEngine ( Equipment equipment, int slotNum ) : void
OnSelectManeuver ( int maneuverLevel ) : void
OnSelectShield ( Equipment equipment, int slotNum ) : void
OnSelectSpecial ( Equipment equipment, int slotNum ) : void
OnSelectWeapon ( Equipment equipment, int slotNum ) : void
RefreshAll ( ) : void
RefreshComputer ( ) : void
RefreshECM ( ) : void
RefreshEngineLabels ( ) : void
RefreshHP ( ) : void
RefreshShield ( ) : void
RefreshShipSprite ( ) : void
RefreshSpecials ( ) : void
RefreshStats ( ) : void
RefreshValidButtons ( ) : void
RefreshWeapons ( ) : void
ScrapAction ( ) : 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

KeyDown() public méthode

public KeyDown ( KeyboardInputEventArgs e ) : bool
e KeyboardInputEventArgs
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

Property Details

CloseWindow public_oe property

public Action,System CloseWindow
Résultat System.Action