C# Class Fusion.Engine.Audio.SoundSystem

Inheritance: Fusion.Engine.Common.GameModule
Afficher le fichier Open project: demiurghg/FusionEngine Class Usage Examples

Private Properties

Свойство Type Description
Update void

Méthodes publiques

Méthode Description
Initialize ( ) : void

SoundSystem ( Game game ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
Update ( GameTime gameTime ) : void

Updates sound.

Method Details

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

Initialize() public méthode

public Initialize ( ) : void
Résultat void

SoundSystem() public méthode

public SoundSystem ( Game game ) : System
game Game
Résultat System