CurveTimeline class abstract

Implemented types
Implementers

Constructors

CurveTimeline(int frameCount)

Properties

curves Float32List
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

apply(Skeleton skeleton, double lastTime, double time, List<Event?> events, double alpha, MixPose pose, MixDirection direction) → void
inherited
getCurvePercent(int frameIndex, double percent) double
getCurveType(int frameIndex) double
getFrameCount() int
getPropertyId() int
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setCurve(int frameIndex, double cx1, double cy1, double cx2, double cy2) → void
setLinear(int frameIndex) → void
setStepped(int frameIndex) → void
toString() String
A string representation of this object.
inherited

Operators

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

Constants

bezier → const double
bezierSize → const int
linear → const double
stepped → const double