AnimationMixer

@native @JSImport("three", "AnimationMixer") @JSType class AnimationMixer extends EventDispatcher
class Object
trait Any
class Object
trait Matchable
class Any

Value members

Constructors

Concrete methods

def clipAction(clip: AnimationClip, root: UndefOr[Object3D | AnimationObjectGroup], blendMode: UndefOr[AnimationBlendMode]): AnimationAction
def setTime(timeInSeconds: Double): AnimationMixer
def uncacheAction(clip: AnimationClip, root: UndefOr[Object3D | AnimationObjectGroup]): Unit
def uncacheClip(clip: AnimationClip): Unit
def update(deltaTime: Double): AnimationMixer

Inherited methods

def addEventListener(`type`: String, listener: Function1[Event, Unit]): Unit
Inherited from
EventDispatcher
def dispatchEvent(event: AnonObject25): Unit
Inherited from
EventDispatcher
def hasEventListener(`type`: String, listener: Function1[Event, Unit]): Boolean
Inherited from
EventDispatcher
def hasOwnProperty(v: String): Boolean
Inherited from
Object
def isPrototypeOf(v: Object): Boolean
Inherited from
Object
def propertyIsEnumerable(v: String): Boolean
Inherited from
Object
def removeEventListener(`type`: String, listener: Function1[Event, Unit]): Unit
Inherited from
EventDispatcher
def toLocaleString(): String
Inherited from
Object
def valueOf(): Any
Inherited from
Object

Concrete fields

var time: Double
var timeScale: Double