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

slinky.vr.Environment.scala Maven / Gradle / Ivy

There is a newer version: 0.5.1
Show newest version
package slinky.vr

import scala.scalajs.js
import scala.scalajs.js.annotation.JSImport

@js.native
@JSImport("react-360", "Environment")
object Environment extends js.Object {
  def clearBackground(): Unit = js.native
  def setBackgroundImage(url: js.Object, options: js.UndefOr[js.Object] = js.undefined): Unit = js.native
  def setBackgroundVideo(handle: String): Unit = js.native
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy