TilingSpriteProps
Defined in: mixins/factory/props.ts:60
Extends
Section titled “Extends”Indexable
Section titled “Indexable”[key
: string
]: any
Properties
Section titled “Properties”alpha:
number
Defined in: mixins/factory/props.ts:34
Inherited from
Section titled “Inherited from”anchor
Section titled “anchor”anchor:
PointLike
Defined in: mixins/factory/props.ts:57
Inherited from
Section titled “Inherited from”applyAnchorToTexture?
Section titled “applyAnchorToTexture?”
optional
applyAnchorToTexture:boolean
Defined in: mixins/factory/props.ts:89
Default
Section titled “Default”false
asset:
TextureLike
Defined in: mixins/factory/props.ts:13
Inherited from
Section titled “Inherited from”height?
Section titled “height?”
optional
height:number
Defined in: mixins/factory/props.ts:85
The height of the tiling sprite.
Default
Section titled “Default”256
layout?
Section titled “layout?”
optional
layout:null
|boolean
|Omit
<LayoutOptions
,"target"
>
Defined in: mixins/factory/props.ts:39
Inherited from
Section titled “Inherited from”position
Section titled “position”position:
PointLike
Defined in: mixins/factory/props.ts:20
Inherited from
Section titled “Inherited from”roundPixels?
Section titled “roundPixels?”
optional
roundPixels:boolean
Defined in: mixins/factory/props.ts:91
Whether or not to round the x/y position.
scale:
PointLike
Defined in: mixins/factory/props.ts:26
Inherited from
Section titled “Inherited from”scaleX
Section titled “scaleX”scaleX:
number
Defined in: mixins/factory/props.ts:24
Inherited from
Section titled “Inherited from”scaleY
Section titled “scaleY”scaleY:
number
Defined in: mixins/factory/props.ts:25
Inherited from
Section titled “Inherited from”sheet:
SpriteSheetLike
Defined in: mixins/factory/props.ts:14
Inherited from
Section titled “Inherited from”tilePosition?
Section titled “tilePosition?”
optional
tilePosition:PointLike
Defined in: mixins/factory/props.ts:61
tileRotation?
Section titled “tileRotation?”
optional
tileRotation:number
Defined in: mixins/factory/props.ts:71
The rotation of the image that is being tiled.
Default
Section titled “Default”0
tileScale?
Section titled “tileScale?”
optional
tileScale:PointLike
Defined in: mixins/factory/props.ts:66
Scaling of the image that is being tiled.
Default
Section titled “Default”{x: 1, y: 1}
visible
Section titled “visible”visible:
boolean
Defined in: mixins/factory/props.ts:35
Inherited from
Section titled “Inherited from”width?
Section titled “width?”
optional
width:number
Defined in: mixins/factory/props.ts:80
The width of the tiling sprite. #
Default
Section titled “Default”256
x:
number
Defined in: mixins/factory/props.ts:18
Inherited from
Section titled “Inherited from”y:
number
Defined in: mixins/factory/props.ts:19