Winter Cardinal UI - v0.442.0 / DMapTile
• new DMapTile(parent
, tx
, ty
, px
, py
, scale
): DMapTile
Name | Type |
---|---|
parent |
Container |
tx |
number |
ty |
number |
px |
number |
py |
number |
scale |
number |
src/main/typescript/wcardinal/ui/d-map-tile.ts:14
• Protected
_sprite: Sprite
src/main/typescript/wcardinal/ui/d-map-tile.ts:12
• tx: number
src/main/typescript/wcardinal/ui/d-map-tile.ts:9
• ty: number
src/main/typescript/wcardinal/ui/d-map-tile.ts:10
• get
loaded(): boolean
boolean
src/main/typescript/wcardinal/ui/d-map-tile.ts:40
▸ destroy(): void
void
src/main/typescript/wcardinal/ui/d-map-tile.ts:50
▸ load(url
, onLoaded
): void
Name | Type |
---|---|
url |
string |
onLoaded |
() => void |
void
src/main/typescript/wcardinal/ui/d-map-tile.ts:24
▸ render(renderer
): void
Name | Type |
---|---|
renderer |
Renderer |
void
src/main/typescript/wcardinal/ui/d-map-tile.ts:44
▸ transform(px
, py
, scale
): void
Name | Type |
---|---|
px |
number |
py |
number |
scale |
number |
void