AnimationGroup class abstract

Inheritance

Constructors

AnimationGroup({required List<AnimationPart> parts})

Properties

duration int
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
lastXYZ → Vector3
no setterinherited
parts List<AnimationPart>
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

animationType() String
calculateMatrix4(Matrix4 matrix4, Vector3 xyz) Matrix4
calculatePartXYZ(double t, AnimationPart right, AnimationPart left) → Vector3
getAnimationType() String
override
getCurrentMatrix4(Matrix4 matrix4, double t) Matrix4
inherited
initXYZ() → Vector3
last(Matrix4 matrix4, Vector3 xyz) Matrix4
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
reset() → void
inherited
setReverse(bool reverse) → void
inherited
toString() String
A string representation of this object.
inherited

Operators

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