Light

object Light
Companion
class
class Object
trait Matchable
class Any

Type members

Classlikes

object Distant
Companion
class
class Distant(val delegate: Distant) extends Light with SFXDelegate[Distant]
Companion
object
object Point
Companion
class
class Point(val delegate: Point) extends Light with PositionDelegate[Point] with SFXDelegate[Point]
Companion
object
object Spot
Companion
class
class Spot(val delegate: Spot) extends Point with SFXDelegate[Spot]
Companion
object

Implicits

Implicits

implicit def sfxLight2jfx(l: Light): Light