Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
EzGame
Mixer
C# Class EzGame.Mixer
Mostrar archivo
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