Preparing search index...
The search index is not available
@tawaship/pixim.js - v1.15.0
@tawaship/pixim.js
IContentResourceDictionary
Interface IContentResourceDictionary
interface
IContentResourceDictionary
{
images
:
Record
<
string
,
Texture
>
;
jsons
:
Record
<
string
,
IJsonData
>
;
sounds
:
Record
<
string
,
Howl
>
;
spritesheets
:
Record
<
string
,
ITextureDictionary
>
;
[
name
:
string
]:
Record
<
string
,
any
>
;
}
Indexable
[
name
:
string
]:
Record
<
string
,
any
>
Index
Properties
images
jsons
sounds
spritesheets
Properties
images
images
:
Record
<
string
,
Texture
>
jsons
jsons
:
Record
<
string
,
IJsonData
>
sounds
sounds
:
Record
<
string
,
Howl
>
spritesheets
spritesheets
:
Record
<
string
,
ITextureDictionary
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
images
jsons
sounds
spritesheets
@tawaship/pixim.js - v1.15.0
Loading...