C# Class Blink.AudioManager

Show file Open project: dah6ce/Blink

Public Methods

Method Description
Initialize ( ) : void
LoadContent ( Microsoft.Xna.Framework.Content.ContentManager Content ) : void
TriggerBattle ( ) : void
TriggerCharacterSelect ( ) : void
TriggerLevelSelect ( ) : void
Update ( GameTime t ) : void

Method Details

Initialize() public static method

public static Initialize ( ) : void
return void

LoadContent() public static method

public static LoadContent ( Microsoft.Xna.Framework.Content.ContentManager Content ) : void
Content Microsoft.Xna.Framework.Content.ContentManager
return void

TriggerBattle() public static method

public static TriggerBattle ( ) : void
return void

TriggerCharacterSelect() public static method

public static TriggerCharacterSelect ( ) : void
return void

TriggerLevelSelect() public static method

public static TriggerLevelSelect ( ) : void
return void

Update() public static method

public static Update ( GameTime t ) : void
t Microsoft.Xna.Framework.GameTime
return void