C# Class SGDE.Audio.SoundObject

显示文件 Open project: sgdc/sgdc-old Class Usage Examples

Public Methods

Method Description
Pause ( ) : void
Play ( SoundEffect sound, float volume, string name ) : void
SoundObject ( ) : System
Stop ( ) : void
Unpause ( ) : void

Method Details

Pause() public method

public Pause ( ) : void
return void

Play() public method

public Play ( SoundEffect sound, float volume, string name ) : void
sound Microsoft.Xna.Framework.Audio.SoundEffect
volume float
name string
return void

SoundObject() public method

public SoundObject ( ) : System
return System

Stop() public method

public Stop ( ) : void
return void

Unpause() public method

public Unpause ( ) : void
return void