littlekt
0.6.0
common
core
/
com.lehaine.littlekt.graphics.g2d.tilemap.tiled
/
TiledMap
/
Object
/
Shape
/
Rectangle
Rectangle
data
class
Rectangle
(
val
width
:
Float
,
val
height
:
Float
)
:
TiledMap.Object.Shape
Constructors
Properties
Constructors
Rectangle
Link copied to clipboard
fun
Rectangle
(
width
:
Float
,
height
:
Float
)
Properties
height
Link copied to clipboard
val
height
:
Float
width
Link copied to clipboard
val
width
:
Float