Interface
LoadSpriteOpt
:Sprite loading options.
group
Assets
subgroup
Types
sliceX
?: numberIf the defined area contains multiple sprites, how many frames are in the area horizontally.
sliceY
?: numberIf the defined area contains multiple sprites, how many frames are in the area vertically.
slice9
?: NineSlice9 slice sprite for proportional scaling.
since
v3000.0
frames
?: Quad[]Individual frames.
since
v3000.0
anims
?: SpriteAnimsAnimation configuration.
singular
?: booleanIf the sprite is a single image.