The sprite object for a tiling image.
関連クラス: Spriteset_Map
Name | Type | Description |
---|---|---|
bitmap |
Bitmap | The image for the tiling sprite |
Name | Type | Description |
---|---|---|
bitmap |
Bitmap | The image for the tiling sprite. |
opacity |
Number | The opacity of the tiling sprite (0 to 255). |
spriteId |
Number | |
origin |
Point | The origin point of the tiling sprite for scrolling. |
x |
Number | The x coordinate of the tiling sprite. |
y |
Number | The y coordinate of the tiling sprite. |
spriteId |
Number | |
visibility |
Number | The visibility of the tiling sprite. |
_bitmap |
Bitmap | |
_width |
Number | |
_height |
Number | |
_frame |
Number |
Name | Type | Description |
---|---|---|
renderer |
Object |
Name | Type | Description |
---|---|---|
renderer |
Object |
Name | Type | Description |
---|---|---|
renderer |
Object |
オブジェクト生成時の初期化。
Name | Type | Description |
---|---|---|
bitmap |
Bitmap |
Sets the x, y, width, and height all at once.
Name | Type | Description |
---|---|---|
x |
Number | The x coordinate of the tiling sprite |
y |
Number | The y coordinate of the tiling sprite |
width |
Number | The width of the tiling sprite |
height |
Number | The height of the tiling sprite |
Specifies the region of the image that the tiling sprite will use.
Name | Type | Description |
---|---|---|
x |
Number | The x coordinate of the frame |
y |
Number | The y coordinate of the frame |
width |
Number | The width of the frame |
height |
Number | The height of the frame |
Updates the tiling sprite for each frame.