C# Class EzGame.Mixer

显示文件 Open project: CodeTreeCommunity/Shooter2D

Public Properties

Property Type Description
Sounds Sound>.Dictionary

Public Methods

Method Description
Mixer ( ) : System
Play ( float Volume ) : void
Stop ( ) : void
Update ( GameTime Time ) : void

Method Details

Mixer() public method

public Mixer ( ) : System
return System

Play() public method

public Play ( float Volume ) : void
Volume float
return void

Stop() public method

public Stop ( ) : void
return void

Update() public method

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

Property Details

Sounds public_oe property

public Dictionary Sounds
return Sound>.Dictionary