C# Class Dischord.SoundSource

Inheritance: Source
Mostrar archivo Open project: jbrownbridge/Dischord

Public Methods

Method Description
SoundSource ( Vector2 position, SoundEffect sound, int volume ) : System
SoundSource ( Vector2 position, SoundEffectInstance sound, float duration, int volume ) : System

Method Details

SoundSource() public method

public SoundSource ( Vector2 position, SoundEffect sound, int volume ) : System
position Vector2
sound Microsoft.Xna.Framework.Audio.SoundEffect
volume int
return System

SoundSource() public method

public SoundSource ( Vector2 position, SoundEffectInstance sound, float duration, int volume ) : System
position Vector2
sound Microsoft.Xna.Framework.Audio.SoundEffectInstance
duration float
volume int
return System