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

io.scalajs.dom.html.phaser.TileSprite.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

@js.native
@JSName("Phaser.TileSprite")
class TileSprite extends js.Object {
  val tilePosition: Point = js.native
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy