C# Class EzGame.Mixer.Sound

Mostrar archivo Open project: CodeTreeCommunity/Shooter2D

Public Properties

Property Type Description
Channel ushort?
MaxVolume byte
Path string
Time double
Type Types

Public Methods

Method Description
Play ( bool Loop, float Volume ) : void
Play ( float Volume ) : void
Sound ( string Path, Types Type ) : System
Stop ( ) : void
Update ( GameTime Time ) : void

Method Details

Play() public method

public Play ( bool Loop, float Volume ) : void
Loop bool
Volume float
return void

Play() public method

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

Sound() public method

public Sound ( string Path, Types Type ) : System
Path string
Type Types
return System

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

Channel public_oe property

public ushort? Channel
return ushort?

MaxVolume public_oe property

public byte MaxVolume
return byte

Path public_oe property

public string Path
return string

Time public_oe property

public double Time
return double

Type public_oe property

public Types Type
return Types