PropertyBinding

@native @JSImport("three", "PropertyBinding") @JSType class PropertyBinding extends Object
Companion
object
class Object
trait Any
class Object
trait Matchable
class Any

Value members

Constructors

def this(rootNode: Any, path: String, parsedPath: UndefOr[Any])

Concrete methods

def bind(): Unit
def getValue(targetArray: Any, offset: Double): Any
def setValue(sourceArray: Any, offset: Double): Unit
def unbind(): Unit

Inherited methods

def hasOwnProperty(v: String): Boolean
Inherited from
Object
def isPrototypeOf(v: Object): Boolean
Inherited from
Object
def propertyIsEnumerable(v: String): Boolean
Inherited from
Object
def toLocaleString(): String
Inherited from
Object
def valueOf(): Any
Inherited from
Object

Concrete fields

var GetterByBindingType: Array[Function0[Unit]]
var SetterByBindingTypeAndVersioning: Array[Array[Function0[Unit]]]
var node: Any
var parsedPath: Any
var path: String
var rootNode: Any