Black Trigram (흑괘) - API Documentation - v0.2.10
GitHub
Game Website
Preparing search index...
types/audio
SoundEffect
Interface SoundEffect
interface
SoundEffect
{
category
:
"sfx"
|
"ui"
;
formats
:
readonly
string
[]
;
id
:
string
;
loaded
:
boolean
;
name
?:
string
;
pitch
?:
number
;
type
:
"sound"
;
url
:
string
;
variations
?:
readonly
string
[]
;
volume
?:
number
;
}
Hierarchy (
View Summary
)
AudioAsset
SoundEffect
Index
Properties
category
formats
id
loaded
name?
pitch?
type
url
variations?
volume?
Properties
Readonly
category
category
:
"sfx"
|
"ui"
Readonly
formats
formats
:
readonly
string
[]
Readonly
id
id
:
string
Readonly
loaded
loaded
:
boolean
Optional
Readonly
name
name
?:
string
Optional
Readonly
pitch
pitch
?:
number
Readonly
type
type
:
"sound"
Readonly
url
url
:
string
Optional
Readonly
variations
variations
?:
readonly
string
[]
Optional
Readonly
volume
volume
?:
number
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
Properties
category
formats
id
loaded
name
pitch
type
url
variations
volume
GitHub
Game Website
Black Trigram (흑괘) - API Documentation - v0.2.10
Loading...