mwg API
Reference
Overview
Examples
Getting started
Design
FAQ
Preparing search index...
Resources
AssetStreamOptions
Interface AssetStreamOptions
interface
AssetStreamOptions
{
budgetBytes
?:
number
;
load
?:
(
paths
:
string
[]
,
onProgress
?:
AssetProgress
)
=>
Promise
<
void
>
;
release
?:
(
paths
:
string
[]
)
=>
Promise
<
void
>
;
}
Index
Properties
budget
Bytes?
load?
release?
Properties
Optional
budget
Bytes
budgetBytes
?:
number
Optional
load
load
?:
(
paths
:
string
[]
,
onProgress
?:
AssetProgress
)
=>
Promise
<
void
>
Optional
release
release
?:
(
paths
:
string
[]
)
=>
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
budget
Bytes
load
release
Reference
Overview
Examples
Getting started
Design
FAQ
mwg API
Loading...