Method | Description | |
---|---|---|
Draw ( |
||
FlxGame ( ) : System |
Constructor added for better usability of X-Flixel.
|
|
InitGame ( int GameSizeX, int GameSizeY, FlxState InitialState, Color BGColor, bool showFlixelLogo, Color logoColor ) : void | ||
Initialize ( ) : void | ||
SwitchState ( FlxState newscreen ) : void | ||
Update ( |
Method | Description | |
---|---|---|
Help ( string X, string C, string Mouse, string Arrows ) : void | ||
LoadContent ( ) : void | ||
UnloadContent ( ) : void |
Method | Description | |
---|---|---|
InitConsole ( ) : void | ||
PauseGame ( ) : void |
Internal function to help with basic pause game functionality.
|
|
ShowSoundTray ( ) : void | ||
UnpauseGame ( ) : void |
Internal function to help with basic pause game functionality.
|
public Draw ( |
||
gameTime | ||
return | void |
protected Help ( string X, string C, string Mouse, string Arrows ) : void | ||
X | string | |
C | string | |
Mouse | string | |
Arrows | string | |
return | void |
public InitGame ( int GameSizeX, int GameSizeY, FlxState InitialState, Color BGColor, bool showFlixelLogo, Color logoColor ) : void | ||
GameSizeX | int | |
GameSizeY | int | |
InitialState | FlxState | |
BGColor | Color | |
showFlixelLogo | bool | |
logoColor | Color | |
return | void |
public SwitchState ( FlxState newscreen ) : void | ||
newscreen | FlxState | |
return | void |
public Update ( |
||
gameTime | ||
return | void |