[name]

The AnimationMixer is a player for AnimationClip objects.

Constructor

[name]( [page:Object3D root] )

Properties

[property:Number time]

[property:Number timeScale]

Methods

[method:AnimationAction clipAction]([page:AnimationClip clip], [page:Object3D optionalRoot])

clip -- AnimationClip
optionalRoot -- Object3D
Return an action for a clip, optionally using a custom root target object.

[method:AnimationAction existingAction]([page:AnimationClip clip], [page:Object3D optionalRoot])

clip -- AnimationClip
optionalRoot -- Object3D
Return an existing action.

[method:AnimationMixer stopAllAction]()

Deactivates all scheduled actions.

[method:AnimationMixer update]([page:Number deltaTimeMS])

deltaTimeMS -- Time elapsed since last update in milliseconds.
Updates the animation with deltaTimeMS.

[method:Object3D getRoot]()

Return this mixer's root target object.

[method:null uncacheClip]([page:AnimationClip clip])

clip -- AnimationClip
Free all resources for a clip.

[method:null uncacheRoot]([page:Object3D root])

root -- Object3D
Free all resources for a root target object.

[method:null uncacheAction]([page:AnimationClip clip], [page:Object3D optionalRoot])

clip -- AnimationClip
optionalRoot -- Object3D
Free all resources for an action.

Source

[link:https://github.com/mrdoob/three.js/blob/master/src/[path].js src/[path].js]