KeyframeTrack

THREE.animation.KeyframeTrack
See theKeyframeTrack companion class
object KeyframeTrack extends Object

Attributes

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

Members list

Value members

Concrete methods

def toJSON(track: KeyframeTrack): Object

Converts the keyframe track to JSON.

Converts the keyframe track to JSON.

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

Concrete fields

The default interpolation type of this keyframe track.

The default interpolation type of this keyframe track.

Attributes

val TimeBufferType: Function

The time buffer type of this keyframe track.

The time buffer type of this keyframe track.

Attributes

val ValueBufferType: Function

The value buffer type of this keyframe track.

The value buffer type of this keyframe track.

Attributes

val ValueTypeName: String

The value type name.

The value type name.

Attributes