ScaleAnimationSpline class
An animation spline over the scale of a transformation (scaling).
- Inheritance
-
- Object
- AnimationSpline<
Vector3> - ScaleAnimationSpline
Constructors
-
ScaleAnimationSpline.from({required AnimationInterpolation interpolation, required List<
double> times, required List<Vector3> values})
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- interpolation → AnimationInterpolation
-
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
values
→ List<
AnimationKeyframe< Vector3> > -
finalinherited
Methods
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited