C# Class EzGame.Mixer

Afficher le fichier Open project: CodeTreeCommunity/Shooter2D

Méthodes publiques

Свойство Type Description
Sounds Sound>.Dictionary

Méthodes publiques

Méthode Description
Mixer ( ) : System
Play ( float Volume ) : void
Stop ( ) : void
Update ( GameTime Time ) : void

Method Details

Mixer() public méthode

public Mixer ( ) : System
Résultat System

Play() public méthode

public Play ( float Volume ) : void
Volume float
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void

Update() public méthode

public Update ( GameTime Time ) : void
Time Microsoft.Xna.Framework.GameTime
Résultat void

Property Details

Sounds public_oe property

public Dictionary Sounds
Résultat Sound>.Dictionary