SpriteSheetSpacingDimensions
Index
Properties
Properties
optionalmargin
The margin between sprites. Default is (0, 0)
Type declaration
optionalx?: number
optionaly?: number
optionaloriginOffset
The starting point to offset and start slicing the sprite sheet from the top left of the image. Default is (0, 0)
Type declaration
optionalx?: number
optionaly?: number
Specify sprite sheet spacing options, useful if your sprites are not tightly packed and have space between them.