rapid-render
Preparing search index...
IAssets
Interface IAssets
Interface for the assets storage structure.
interface
IAssets
{
audio
:
{
[
key
:
string
]:
AudioPlayer
}
;
images
:
{
[
key
:
string
]:
Texture
}
;
json
:
{
[
key
:
string
]:
any
}
;
}
Index
Properties
audio
images
json
Properties
audio
audio
:
{
[
key
:
string
]:
AudioPlayer
}
images
images
:
{
[
key
:
string
]:
Texture
}
json
json
:
{
[
key
:
string
]:
any
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
audio
images
json
rapid-render
Loading...
Interface for the assets storage structure.