@blooper.gg/toodle / textures/types / PixiRegion
Type Alias: PixiRegion
PixiRegion =
object
Defined in: textures/types.ts:164
A region specification from a pixi.js spritesheet or atlas paced with assetPack
Properties
frame
frame:
object
Defined in: textures/types.ts:166
the position and size of the cropped region in the atlas, measured in texels
h
h:
number
w
w:
number
x
x:
number
y
y:
number
rotated
rotated:
boolean
Defined in: textures/types.ts:167
sourceSize
sourceSize:
object
Defined in: textures/types.ts:170
the original size of the texture in texels
h
h:
number
w
w:
number
spriteSourceSize
spriteSourceSize:
object
Defined in: textures/types.ts:172
the position and size of the cropped region of the texture prior to packing in the atlas, measured in texels
h
h:
number
w
w:
number
x
x:
number
y
y:
number
trimmed
trimmed:
boolean
Defined in: textures/types.ts:168