C# Class SpaceCats_v2.AudioManager

Mostrar archivo Open project: acm-team/SpaceCats Class Usage Examples

Public Methods

Method Description
AudioManager ( Main game ) : System
LoadContent ( ) : void
Play ( SongList song ) : void
Reset ( ) : void
Update ( GameTime gametime ) : void

Method Details

AudioManager() public method

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

LoadContent() public method

public LoadContent ( ) : void
return void

Play() public method

public Play ( SongList song ) : void
song SongList
return void

Reset() public method

public Reset ( ) : void
return void

Update() public method

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