io.scalajs.dom.html.phaser.TileSprite.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
@js.native
@JSName("Phaser.TileSprite")
class TileSprite extends js.Object {
val tilePosition: Point = js.native
}