THREE.animation

package THREE.animation

Members list

Type members

Classlikes

class AnimationAction() extends Object

An instance of AnimationAction schedules the playback of an animation which is stored in [[AnimationClip]].

An instance of AnimationAction schedules the playback of an animation which is stored in [[AnimationClip]].

Attributes

Supertypes
class Object
trait Any
class Object
trait Matchable
class Any
class AnimationClip extends Object

A reusable set of keyframe tracks which represent an animation.

A reusable set of keyframe tracks which represent an animation.

Attributes

Companion
object
Supertypes
class Object
trait Any
class Object
trait Matchable
class Any
object AnimationClip extends Object

Attributes

Companion
class
Supertypes
class Object
trait Any
class Object
trait Matchable
class Any
Self type
class AnimationMixer extends Object

AnimationMixer is a player for animations on a particular object in the scene. When multiple objects in the scene are animated independently, one AnimationMixer may be used for each object.

AnimationMixer is a player for animations on a particular object in the scene. When multiple objects in the scene are animated independently, one AnimationMixer may be used for each object.

Attributes

Supertypes
class Object
trait Any
class Object
trait Matchable
class Any
class KeyframeTrack extends Object

Represents a timed sequence of keyframes, which are composed of lists of times and related values, and which are used to animate a specific property of an object.

Represents a timed sequence of keyframes, which are composed of lists of times and related values, and which are used to animate a specific property of an object.

Attributes

Companion
object
Supertypes
class Object
trait Any
class Object
trait Matchable
class Any
object KeyframeTrack extends Object

Attributes

Companion
class
Supertypes
class Object
trait Any
class Object
trait Matchable
class Any
Self type
class PropertyBinding extends Object

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

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

Attributes

Companion
object
Supertypes
class Object
trait Any
class Object
trait Matchable
class Any
object PropertyBinding extends Object

Attributes

Companion
class
Supertypes
class Object
trait Any
class Object
trait Matchable
class Any
Self type
class PropertyMixer() extends Object

Buffered scene graph property that allows weighted accumulation; used internally.

Buffered scene graph property that allows weighted accumulation; used internally.

Attributes

Supertypes
class Object
trait Any
class Object
trait Matchable
class Any