DisplacementMap

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

Value members

Constructors

def this(mapData: FloatMap)

Creates a new instance of DisplacementMap with the specified mapData.

Creates a new instance of DisplacementMap with the specified mapData.

def this(mapData: FloatMap, offsetX: Double, offsetY: Double, scaleX: Double, scaleY: Double)

Creates a new instance of DisplacementMap with the specified mapData, offsetX, offsetY, scaleX, and scaleY.

Creates a new instance of DisplacementMap with the specified mapData, offsetX, offsetY, scaleX, and scaleY.

Concrete methods

def mapData: ObjectProperty[FloatMap]

The map data for this Effect.

The map data for this Effect.

def mapData_=(v: FloatMap): Unit

The offset by which all x coordinate offset values in the FloatMap are displaced after they are scaled.

The offset by which all x coordinate offset values in the FloatMap are displaced after they are scaled.

def offsetX_=(v: Double): Unit

The offset by which all y coordinate offset values in the FloatMap are displaced after they are scaled.

The offset by which all y coordinate offset values in the FloatMap are displaced after they are scaled.

def offsetY_=(v: Double): Unit

The scale factor by which all x coordinate offset values in the FloatMap are multiplied.

The scale factor by which all x coordinate offset values in the FloatMap are multiplied.

def scaleX_=(v: Double): Unit

The scale factor by which all y coordinate offset values in the FloatMap are multiplied.

The scale factor by which all y coordinate offset values in the FloatMap are multiplied.

def scaleY_=(v: Double): Unit

Defines whether values taken from outside the edges of the map "wrap around" or not.

Defines whether values taken from outside the edges of the map "wrap around" or not.

def wrap_=(v: Boolean): 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
def input: ObjectProperty[Effect]

The input for this Effect.

The input for this Effect.

Inherited from
InputDelegate
def input_=(v: Effect): Unit
Inherited from
InputDelegate
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: DisplacementMap