TextureAtlasItem

data class TextureAtlasItem(val x: Int, val y: Int, val width: Int, val height: Int, val anchorX: Int, val anchorY: Int, val mask: Boolean)

Constructors

Link copied to clipboard
constructor(x: Int, y: Int, width: Int, height: Int, anchorX: Int, anchorY: Int, mask: Boolean)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val height: Int
Link copied to clipboard
Link copied to clipboard
val width: Int
Link copied to clipboard
val x: Int
Link copied to clipboard
val y: Int