Black Trigram (흑괘) - API Documentation - v0.2.10
GitHub
Game Website
Preparing search index...
types/audio
AudioLoadingState
Interface AudioLoadingState
interface
AudioLoadingState
{
currentAsset
?:
string
;
errors
:
readonly
string
[]
;
failed
:
number
;
loaded
:
number
;
progress
:
number
;
total
:
number
;
}
Index
Properties
current
Asset?
errors
failed
loaded
progress
total
Properties
Optional
Readonly
current
Asset
currentAsset
?:
string
Readonly
errors
errors
:
readonly
string
[]
Readonly
failed
failed
:
number
Readonly
loaded
loaded
:
number
Readonly
progress
progress
:
number
Readonly
total
total
:
number
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
Properties
current
Asset
errors
failed
loaded
progress
total
GitHub
Game Website
Black Trigram (흑괘) - API Documentation - v0.2.10
Loading...