C# Class hyades.Application

Inheritance: Microsoft.Xna.Framework.Game
ファイルを表示 Open project: zfedoran/bubblebound Class Usage Examples

Public Properties

Property Type Description
CLEAR_COLOR Color
brightness float

Public Methods

Method Description
GetInstance ( ) : Application
SetBrightness ( float brightness ) : void
SetVolume ( float volume ) : void

Protected Methods

Method Description
Draw ( GameTime gameTime ) : void
Initialize ( ) : void
LoadContent ( ) : void
SetupGraphicsDeviceManager ( GraphicsDeviceManager graphics ) : void
UnloadContent ( ) : void
Update ( GameTime gameTime ) : void

Private Methods

Method Description
Application ( ) : System

Method Details

Draw() protected method

protected Draw ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
return void

GetInstance() public static method

public static GetInstance ( ) : Application
return Application

Initialize() protected method

protected Initialize ( ) : void
return void

LoadContent() protected method

protected LoadContent ( ) : void
return void

SetBrightness() public method

public SetBrightness ( float brightness ) : void
brightness float
return void

SetVolume() public method

public SetVolume ( float volume ) : void
volume float
return void

SetupGraphicsDeviceManager() protected method

protected SetupGraphicsDeviceManager ( GraphicsDeviceManager graphics ) : void
graphics GraphicsDeviceManager
return void

UnloadContent() protected method

protected UnloadContent ( ) : void
return void

Update() protected method

protected Update ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
return void

Property Details

CLEAR_COLOR public_oe static_oe property

public static Color CLEAR_COLOR
return Color

brightness public_oe property

public float brightness
return float