littlekt
0.6.0
common
core
/
com.lehaine.littlekt.graphics.g2d.tilemap.ldtk
/
LDtkLevel
/
CropRect
Crop
Rect
data
class
CropRect
(
val
x
:
Float
,
val
y
:
Float
,
val
w
:
Float
,
val
h
:
Float
)
Constructors
Properties
Constructors
Crop
Rect
Link copied to clipboard
fun
CropRect
(
x
:
Float
,
y
:
Float
,
w
:
Float
,
h
:
Float
)
Properties
h
Link copied to clipboard
val
h
:
Float
w
Link copied to clipboard
val
w
:
Float
x
Link copied to clipboard
val
x
:
Float
y
Link copied to clipboard
val
y
:
Float