Preparing search index...
The search index is not available
@rendley/sdk - v1.5.0
@rendley/sdk
Pixi
SpriteSheetJson
Interface SpriteSheetJson
Atlas format.
Memberof
PIXI
interface
SpriteSheetJson
{
animations
?:
Dict
<
string
[]
>
;
frames
:
Dict
<
ISpritesheetFrameData
>
;
meta
:
{
image
:
string
;
related_multi_packs
?:
string
[]
;
scale
:
string
;
}
;
}
Hierarchy (
view full
)
ISpritesheetData
SpriteSheetJson
Index
Properties
animations?
frames
meta
Properties
Optional
animations
animations
?:
Dict
<
string
[]
>
frames
frames
:
Dict
<
ISpritesheetFrameData
>
meta
meta
:
{
image
:
string
;
related_multi_packs
?:
string
[]
;
scale
:
string
;
}
Type declaration
image
:
string
Optional
related_
multi_
packs
?:
string
[]
scale
:
string
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
animations
frames
meta
@rendley/sdk - v1.5.0
Loading...
Generated using
TypeDoc
Atlas format.
Memberof
PIXI