C# Class Category5.SoundEffectEngine

Show file Open project: AnyKey/tojam4

Public Properties

Property Type Description
MaxNormalSounds short

Private Properties

Property Type Description

Public Methods

Method Description
Initialize ( TornadoGame game ) : void
Play ( string filename, Priority priority ) : void
PreLoad ( string FileName ) : void
Update ( ) : void

Method Details

Initialize() public static method

public static Initialize ( TornadoGame game ) : void
game TornadoGame
return void

Play() public static method

public static Play ( string filename, Priority priority ) : void
filename string
priority Priority
return void

PreLoad() public static method

public static PreLoad ( string FileName ) : void
FileName string
return void

Update() public static method

public static Update ( ) : void
return void

Property Details

MaxNormalSounds public static property

public static short MaxNormalSounds
return short