Lighting

class Lighting(val delegate: Lighting) extends Effect with SFXDelegate[Lighting]
Companion
object
class Effect
trait SFXDelegate[Lighting]
class Object
trait Matchable
class Any

Value members

Constructors

def this(light: Light)

Creates a new instance of Lighting with the specified light.

Creates a new instance of Lighting with the specified light.

Concrete methods

The optional bump map input.

The optional bump map input.

def bumpInput_=(v: Effect): Unit

The content input for this Effect.

The content input for this Effect.

def contentInput_=(v: Effect): Unit

The diffuse constant.

The diffuse constant.

def diffuseConstant_=(v: Double): Unit
def light: ObjectProperty[Light]

The light source for this Lighting effect.

The light source for this Lighting effect.

def light_=(v: Light): Unit

The specular constant.

The specular constant.

def specularConstant_=(v: Double): Unit

The specular exponent.

The specular exponent.

def specularExponent_=(v: Double): Unit

The surface scale factor.

The surface scale factor.

def surfaceScale_=(v: Double): Unit

Inherited methods

override def equals(ref: Any): Boolean

Verifies if a object is equals to this delegate.

Verifies if a object is equals to this delegate.

Value Params
ref

Object to be compared.

Returns

if the other object is equals to this delegate or not.

Definition Classes
Inherited from
SFXDelegate
override def hashCode: Int
Returns

The delegate hashcode

Definition Classes
Inherited from
SFXDelegate
override def toString: String
Returns

Returns the original delegate's toString() adding a [SFX] prefix.

Definition Classes
Inherited from
SFXDelegate

Concrete fields

override val delegate: Lighting