Animation class

Constructors

Animation(String name, List<Timeline> timelines, double duration)
const

Properties

duration double
final
hashCode int
The hash code for this object.
no setterinherited
name String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timelines List<Timeline>
final

Methods

apply(Skeleton skeleton, double lastTime, double time, bool loop, List<Event?> events, double alpha, MixPose pose, MixDirection direction) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

binarySearch(List<double> values, double target, [int step = 1]) int
linearSearch(List<double> values, double target, [int step = 1]) int