AnimationClip class

An instance of an Animation that has been bound to a specific Node.

Constructors

AnimationClip(Animation _animation, Node bindTarget)

Properties

hashCode int
The hash code for this object.
no setterinherited
loop bool
getter/setter pair
playbackTime double
getter/setter pair
playbackTimeScale double
getter/setter pair
playing bool
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
weight double
getter/setter pair

Methods

advance(double deltaTime) → void
applyToBindings(Map<Node, AnimationTransforms> transformDecomps, double weightMultiplier) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pause() → void
play() → void
seek(double time) → void
stop() → void
toString() String
A string representation of this object.
inherited

Operators

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