Black Trigram (흑괘) - Korean Martial Arts Combat Simulator API - v0.3.13
GitHub
README
Game Design
Architecture
Combat System
Preparing search index...
AudioSystemInterface
Interface AudioSystemInterface
interface
AudioSystemInterface
{
isMusicPlaying
:
(
id
?:
string
)
=>
boolean
;
loadAudioAsset
:
(
asset
:
AudioAsset
)
=>
Promise
<
void
>
;
playMusic
:
(
id
:
string
,
options
?:
AudioPlaybackOptions
)
=>
void
;
playSFX
:
(
id
:
string
,
options
?:
AudioPlaybackOptions
)
=>
void
;
setVolume
:
(
type
:
"sfx"
|
"music"
|
"master"
,
volume
:
number
)
=>
void
;
stopMusic
:
(
id
?:
string
,
fadeOutDuration
?:
number
)
=>
void
;
}
Index
Properties
is
Music
Playing
load
Audio
Asset
play
Music
play
SFX
set
Volume
stop
Music
Properties
is
Music
Playing
isMusicPlaying
:
(
id
?:
string
)
=>
boolean
load
Audio
Asset
loadAudioAsset
:
(
asset
:
AudioAsset
)
=>
Promise
<
void
>
play
Music
playMusic
:
(
id
:
string
,
options
?:
AudioPlaybackOptions
)
=>
void
play
SFX
playSFX
:
(
id
:
string
,
options
?:
AudioPlaybackOptions
)
=>
void
set
Volume
setVolume
:
(
type
:
"sfx"
|
"music"
|
"master"
,
volume
:
number
)
=>
void
stop
Music
stopMusic
:
(
id
?:
string
,
fadeOutDuration
?:
number
)
=>
void
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
is
Music
Playing
load
Audio
Asset
play
Music
play
SFX
set
Volume
stop
Music
Game Documentation
Korean Martial Arts
GitHub
README
Game Design
Architecture
Combat System
Black Trigram (흑괘) - Korean Martial Arts Combat Simulator API - v0.3.13
Loading...