littlekt
0.6.0
common
core
/
com.lehaine.littlekt.graphics.g2d.tilemap.tiled
/
TiledMap
/
Object
/
Shape
/
Polygon
Polygon
data
class
Polygon
(
val
points
:
List
<
Point
>
)
:
TiledMap.Object.Shape
Constructors
Properties
Constructors
Polygon
Link copied to clipboard
fun
Polygon
(
points
:
List
<
Point
>
)
Properties
points
Link copied to clipboard
val
points
:
List
<
Point
>