AnimationMixer class

Mixed-in types

Constructors

AnimationMixer(dynamic root)

Properties

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

Methods

addEventListener(String type, Function listener) → void
inherited
clearListeners() → void
inherited
clipAction(dynamic clip, [dynamic optionalRoot, dynamic blendMode]) AnimationAction?
dispatchEvent(Event event) → void
inherited
existingAction(dynamic clip, dynamic optionalRoot) → dynamic
getRoot() → dynamic
hasEventListener(String type, Function? listener) bool
inherited
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
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