io.scalajs.dom.html.phaser.Polygon.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of phaser_sjs0.6_2.12 Show documentation
Show all versions of phaser_sjs0.6_2.12 Show documentation
Phaser 2.6.x bindings for Scala.js
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