The current frame of the animation.
Whether the tile is animated.
The start time of the frame.
The properties of the tile.
The size of the tile.
The start time of the frame.
The type of the tile.
Draws the tile at the specified position.
The position to draw the tile at.
Whether to flip the tile horizontally (default: false).
Whether to flip the tile vertically (default: false).
The angle to rotate the tile by (default: 0).
The scale to draw the tile at.
Retrieves the properties of a tile based on its global ID (gid) and the tileset.
The global ID of the tile.
The tileset containing the tile.
The properties of the tile, or an empty object if no properties are found.
The
Tile
class represents a tile on a tilemap.