TimelineResolver class abstract
Shared keyframe lookup for the per-property timeline resolvers.
Implementations supply the value-array storage and per-frame
interpolation; this base class handles binary-style search through
the time axis to compute a (index, lerp) pair.
- Implemented types
- Implementers
Properties
- 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(
AnimationTransforms target, double timeInSeconds, double weight) → void -
Resolve and apply the property value to a target node. This
operation is additive; a given node property may be amended by
many different PropertyResolvers prior to rendering. For example,
an AnimationPlayer may blend multiple Animations together by
applying several AnimationClips.
inherited
-
getEndTime(
) → double -
Returns the end time of the property in seconds.
override
-
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