C# Class Engine.Objects.SoundInstance

Inheritance: Jurassic.Library.ObjectInstance
ファイルを表示 Open project: Radnen/sphere-sfml Class Usage Examples

Public Methods

Method Description
SoundInstance ( ScriptEngine parent ) : System
SoundInstance ( ScriptEngine parent, string filename ) : System

Private Methods

Method Description
Clone ( ) : SoundInstance
GetLength ( ) : double
GetPan ( ) : int
GetPitch ( ) : double
GetPosition ( ) : double
GetRepeat ( ) : bool
GetVolume ( ) : int
IsPlaying ( ) : bool
IsSeekable ( ) : bool
Pause ( ) : void
Play ( [ repeat = false ) : void
Reset ( ) : void
SetPan ( int val ) : void
SetPitch ( double value ) : void
SetPosition ( double value ) : void
SetRepeat ( bool val ) : void
SetVolume ( int volume ) : void
Stop ( ) : void
ToString ( ) : string

Method Details

SoundInstance() public method

public SoundInstance ( ScriptEngine parent ) : System
parent ScriptEngine
return System

SoundInstance() public method

public SoundInstance ( ScriptEngine parent, string filename ) : System
parent ScriptEngine
filename string
return System