Property | Type | Description | |
---|---|---|---|
ClusterSize | int | ||
ClusterSizeInPowerOfTwo | int | ||
Config | |||
CountStartTimer | int | ||
DebugConsole | |||
EnemyShipWins | int | ||
IsStartTimer | bool | ||
LastTimeSpan | System.TimeSpan | ||
Objects | |||
PlayerWins | int | ||
ResolutionX | int | ||
ResolutionY | int | ||
ViewDistance | float | ||
WorldHeight | int | ||
WorldHeihgtInClusters | int | ||
WorldWidth | int | ||
WorldWidthInClusters | int | ||
_background | |||
_font | |||
_graphics | GraphicsDeviceManager |
Method | Description | |
---|---|---|
Game ( ) : System | ||
WinShip ( |
Method | Description | |
---|---|---|
Draw ( |
||
Initialize ( ) : void | ||
LoadContent ( ) : void | ||
UnloadContent ( ) : void | ||
Update ( |
Method | Description | |
---|---|---|
Game_Activated ( object sender, |
||
Game_Deactivated ( object sender, |
||
InitializeInputManager ( ) : void |
protected Draw ( |
||
gameTime | ||
return | void |
protected Update ( |
||
gameTime | ||
return | void |
public static WinShip ( |
||
typeOfShip | ||
return | void |
public static Config,Ctrl_Space.Helpers Config | ||
return |
public static DebugConsole,Ctrl_Space.Graphics DebugConsole | ||
return |
public static GameObjects,Ctrl_Space.Gameplay Objects | ||
return |
public Background,Ctrl_Space.Graphics _background | ||
return |
public SimpleFont,MonogameTest.Graphics _font | ||
return |