Basics
Guides
API Reference
Basics
Guides
API Reference
[14:7] extends: FxObj
Wraps FXGL's Tile data class (com.almasb.fxgl.entity.level.tiled.Tile), one entry in a collection-of-images tileset. Stores the tile id, the source image path, image dimensions, and the optional transparent color hint.
Tile ()
Empty default constructor; populated by adopt.
adopt (object Ajo)
Wraps an existing Tile AussomJavaObject.
getId ()
getImage ()
getImagewidth ()
getImageheight ()
getTransparentcolor ()
setId (int V)
setImage (string V)
setImagewidth (int V)
setImageheight (int V)
setTransparentcolor (string V)

Aussom
Write once. Embed everywhere.
Copyright 2026 Austin Lehman. All rights reserved.