AnimationMixer class

Mixed in types

Constructors

AnimationMixer(dynamic root)

Properties

hashCode int
The hash code for this object.
no setterinherited
root ↔ dynamic
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
time num
getter/setter pair
timeScale num
getter/setter pair

Methods

activateAction(dynamic action) → dynamic
addEventListener(String type, Function listener) → void
inherited
clearListeners() → void
inherited
clipAction(dynamic clip, [dynamic optionalRoot, dynamic blendMode]) AnimationAction?
deactivateAction(dynamic action) → dynamic
dispatchEvent(Event event) → void
inherited
existingAction(dynamic clip, dynamic optionalRoot) → dynamic
getRoot() → dynamic
hasEventListener(String type, Function listener) bool
inherited
isActiveAction(dynamic action) → dynamic
lendControlInterpolant() → dynamic
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeEventListener(String type, Function listener) → void
inherited
setTime(dynamic timeInSeconds) → dynamic
stopAllAction() → dynamic
takeBackControlInterpolant(dynamic interpolant) → dynamic
toString() String
A string representation of this object.
inherited
uncacheAction(dynamic clip, [dynamic optionalRoot]) → dynamic
uncacheClip(dynamic clip) → dynamic
uncacheRoot(dynamic root) → dynamic
update(dynamic deltaTime) → dynamic

Operators

operator ==(Object other) bool
The equality operator.
inherited