C# Class MyGame.AudioManager

Inheritance: Microsoft.Xna.Framework.GameComponent, IEvent
Afficher le fichier Open project: mahmoudbahaa/XNA-Game-project Class Usage Examples

Protected Properties

Свойство Type Description
events List

Méthodes publiques

Méthode Description
AudioManager ( MyGame game ) : System
Update ( GameTime gameTime ) : void

Allows the unit to update itself.

addEvent ( Event ev ) : void

Method Details

AudioManager() public méthode

public AudioManager ( MyGame game ) : System
game MyGame
Résultat System

Update() public méthode

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

addEvent() public méthode

public addEvent ( Event ev ) : void
ev Event
Résultat void

Property Details

events protected_oe property

protected List events
Résultat List