All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.scalajs.dom.html.phaser.Polygon.scala Maven / Gradle / Ivy

There is a newer version: 2.6.2-5
Show newest version
package io.scalajs.dom.html.phaser

import scala.scalajs.js
import scala.scalajs.js.annotation.JSName
import scala.scalajs.js.|

@js.native
@JSName("Phaser.Polygon")
class Polygon(val points: js.Array[Point | js.Array[Double]]) extends js.Object




© 2015 - 2024 Weber Informatics LLC | Privacy Policy