TextureSliceOptions
Defined in: renderer/src/public-types.ts:135
Options for slicing a texture into frame textures.
Extended by
Section titled “Extended by”Properties
Section titled “Properties”columns?
Section titled “columns?”
optionalcolumns?:number
Defined in: renderer/src/public-types.ts:140
count?
Section titled “count?”
optionalcount?:number
Defined in: renderer/src/public-types.ts:141
frameHeight?
Section titled “frameHeight?”
optionalframeHeight?:number
Defined in: renderer/src/public-types.ts:137
frameWidth
Section titled “frameWidth”frameWidth:
number
Defined in: renderer/src/public-types.ts:136
optionalgapX?:number
Defined in: renderer/src/public-types.ts:142
optionalgapY?:number
Defined in: renderer/src/public-types.ts:143
startX?
Section titled “startX?”
optionalstartX?:number
Defined in: renderer/src/public-types.ts:138
startY?
Section titled “startY?”
optionalstartY?:number
Defined in: renderer/src/public-types.ts:139