PropertyBinding

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

Attributes

Companion
class
Graph
Supertypes
class Object
trait Any
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

object BindingType extends Object

Binding type enumeration.

Binding type enumeration.

Attributes

Supertypes
class Object
trait Any
class Object
trait Matchable
class Any
Self type
object Versioning extends Object

Versioning enumeration.

Versioning enumeration.

Attributes

Supertypes
class Object
trait Any
class Object
trait Matchable
class Any
Self type
Versioning.type

Value members

Concrete methods

def create(root: Object3D, path: String, parsedPath: Object): PropertyBinding

Factory method for creating a property binding from the given parameters.

Factory method for creating a property binding from the given parameters.

Attributes

def findNode(root: Object3D, nodeName: String): Object | Null

Searches for a node in the hierarchy of the given root object by the given node name.

Searches for a node in the hierarchy of the given root object by the given node name.

Attributes

def parseTrackName(trackName: String): Object

Parses the given track name (an object path to an animated property) and returns an object with information about the path.

Parses the given track name (an object path to an animated property) and returns an object with information about the path.

Attributes

def sanitizeNodeName(name: String): String

Replaces spaces with underscores and removes unsupported characters from node names, to ensure compatibility with parseTrackName().

Replaces spaces with underscores and removes unsupported characters from node names, to ensure compatibility with parseTrackName().

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