C# Class Touhou.SoundManager

Datei anzeigen Open project: schedule-productions/Touhou

Public Properties

Property Type Description
isPlaying bool

Public Methods

Method Description
Play ( ) : void
SoundManager ( SoundEffect s ) : System

Method Details

Play() public method

public Play ( ) : void
return void

SoundManager() public method

public SoundManager ( SoundEffect s ) : System
s Microsoft.Xna.Framework.Audio.SoundEffect
return System

Property Details

isPlaying public_oe property

public bool isPlaying
return bool