Property | Type | Description | |
---|---|---|---|
CLEAR_COLOR | Color | ||
brightness | float |
Method | Description | |
---|---|---|
GetInstance ( ) : |
||
SetBrightness ( float brightness ) : void | ||
SetVolume ( float volume ) : void |
Method | Description | |
---|---|---|
Draw ( |
||
Initialize ( ) : void | ||
LoadContent ( ) : void | ||
SetupGraphicsDeviceManager ( GraphicsDeviceManager graphics ) : void | ||
UnloadContent ( ) : void | ||
Update ( |
Method | Description | |
---|---|---|
Application ( ) : System |
protected Draw ( |
||
gameTime | ||
return | void |
public SetBrightness ( float brightness ) : void | ||
brightness | float | |
return | void |
protected SetupGraphicsDeviceManager ( GraphicsDeviceManager graphics ) : void | ||
graphics | GraphicsDeviceManager | |
return | void |
protected Update ( |
||
gameTime | ||
return | void |