TileInfo

inline class TileInfo(val data: Int)

Constructors

Link copied to clipboard
constructor(tile: Int, offsetX: Int = 0, offsetY: Int = 0, flipX: Boolean = false, flipY: Boolean = false, rotate: Boolean = false)
constructor(data: Int)

Properties

Link copied to clipboard
val data: Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val tile: Int