Polygon

data class Polygon(val points: List<Point>) : TiledMap.Object.Shape

Constructors

Link copied to clipboard
fun Polygon(points: List<Point>)

Properties

Link copied to clipboard