C# Class MyGame.AudioManager

Inheritance: Microsoft.Xna.Framework.GameComponent, IEvent
Show file Open project: mahmoudbahaa/XNA-Game-project Class Usage Examples

Protected Properties

Property Type Description
events List

Public Methods

Method Description
AudioManager ( MyGame game ) : System
Update ( GameTime gameTime ) : void

Allows the unit to update itself.

addEvent ( Event ev ) : void

Method Details

AudioManager() public method

public AudioManager ( MyGame game ) : System
game MyGame
return System

Update() public method

Allows the unit to update itself.
public Update ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime Provides a snapshot of timing values.
return void

addEvent() public method

public addEvent ( Event ev ) : void
ev Event
return void

Property Details

events protected property

protected List events
return List