PropertyBinding

THREE.animation.PropertyBinding
See thePropertyBinding companion object
class PropertyBinding extends Object

This holds a reference to a real property in the scene graph; used internally.

Attributes

Companion
object
Graph
Supertypes
class Object
trait Any
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def bind(): Unit

Binds the property.

Binds the property.

Attributes

def getValue(array: Array[Double], offset: Int): Unit

Gets the value.

Gets the value.

Attributes

def node: Object

The object owns the animated property.

The object owns the animated property.

Attributes

def parsedPath: Object

An object holding information about the path.

An object holding information about the path.

Attributes

def path: String

The object path to the animated property.

The object path to the animated property.

Attributes

The root node.

The root node.

Attributes

def setValue(array: Array[Double], offset: Int): Unit

Sets the value.

Sets the value.

Attributes

def unbind(): Unit

Unbinds the property.

Unbinds the property.

Attributes

Inherited methods

def hasOwnProperty(v: String): Boolean

Attributes

Inherited from:
Object
def isPrototypeOf(v: Object): Boolean

Attributes

Inherited from:
Object
def propertyIsEnumerable(v: String): Boolean

Attributes

Inherited from:
Object
def toLocaleString(): String

Attributes

Inherited from:
Object
def valueOf(): Any

Attributes

Inherited from:
Object