C# Class Fusion.Engine.Audio.SoundSystem

Inheritance: Fusion.Engine.Common.GameModule
ファイルを表示 Open project: demiurghg/FusionEngine Class Usage Examples

Private Properties

Property Type Description
Update void

Public Methods

Method Description
Initialize ( ) : void

SoundSystem ( Game game ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
Update ( GameTime gameTime ) : void

Updates sound.

Method Details

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

Initialize() public method

public Initialize ( ) : void
return void

SoundSystem() public method

public SoundSystem ( Game game ) : System
game Game
return System