IkConstraintTimeline class

Inheritance

Constructors

IkConstraintTimeline(int frameCount)

Properties

curves Float32List
finalinherited
frames Float32List
final
hashCode int
The hash code for this object.
no setterinherited
ikConstraintIndex int
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

apply(Skeleton skeleton, double lastTime, double time, List<Event?> firedEvents, double alpha, MixPose pose, MixDirection direction) → void
override
getCurvePercent(int frameIndex, double percent) double
inherited
getCurveType(int frameIndex) double
inherited
getFrameCount() int
inherited
getPropertyId() int
override
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
inherited
setFrame(int frameIndex, double time, double mix, int bendDirection) → void
setLinear(int frameIndex) → void
inherited
setStepped(int frameIndex) → void
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Constants

bendDirection → const int
entries → const int
mix → const int
prevBendDirection → const int
prevMix → const int
prevTime → const int