Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
OpenTKEngine
Sound
C# Class OpenTKEngine.Sound
Mostra file
Open project: jikoriko/OpentkEngine
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