C# Class OpenTkEngine.Core.Sound

Mostrar archivo Open project: jikoriko/OpentkEngine Class Usage Examples

Public Methods

Method Description
IsPaused ( ) : bool
IsPlaying ( ) : bool
IsStopped ( ) : bool
Pause ( ) : void
Play ( ) : void
Play ( bool loop ) : void
Sound ( string filename ) : System

Constructor method for sounds

Stop ( ) : void

Method Details

IsPaused() public method

public IsPaused ( ) : bool
return bool

IsPlaying() public method

public IsPlaying ( ) : bool
return bool

IsStopped() public method

public IsStopped ( ) : bool
return bool

Pause() public method

public Pause ( ) : void
return void

Play() public method

public Play ( ) : void
return void

Play() public method

public Play ( bool loop ) : void
loop bool
return void

Sound() public method

Constructor method for sounds
public Sound ( string filename ) : System
filename string
return System

Stop() public method

public Stop ( ) : void
return void