SheetFrameSource
Defined in: renderer/src/spritesheet.ts:116
A sprite sheet sliced on a uniform grid. Without count/columns it
reads the single top row (a horizontal strip); count extends the slice
across rows, wrapping every columns frames. Offsets and gaps follow
TextureSliceOptions.
Extends
Section titled “Extends”Properties
Section titled “Properties”columns?
Section titled “columns?”
optionalcolumns?:number
Defined in: renderer/src/public-types.ts:140
Inherited from
Section titled “Inherited from”count?
Section titled “count?”
optionalcount?:number
Defined in: renderer/src/public-types.ts:141
Inherited from
Section titled “Inherited from”frameHeight?
Section titled “frameHeight?”
optionalframeHeight?:number
Defined in: renderer/src/public-types.ts:137
Inherited from
Section titled “Inherited from”TextureSliceOptions.frameHeight
frameWidth
Section titled “frameWidth”frameWidth:
number
Defined in: renderer/src/public-types.ts:136
Inherited from
Section titled “Inherited from”TextureSliceOptions.frameWidth
optionalgapX?:number
Defined in: renderer/src/public-types.ts:142
Inherited from
Section titled “Inherited from”
optionalgapY?:number
Defined in: renderer/src/public-types.ts:143
Inherited from
Section titled “Inherited from”sheet:
string
Defined in: renderer/src/spritesheet.ts:117
startX?
Section titled “startX?”
optionalstartX?:number
Defined in: renderer/src/public-types.ts:138
Inherited from
Section titled “Inherited from”startY?
Section titled “startY?”
optionalstartY?:number
Defined in: renderer/src/public-types.ts:139