AnimatedBlobatarFrame class

Everything the animated renderer needs for one paint.

Constructors

AnimatedBlobatarFrame({required MotionFrame motion, required Pose pose, required Color headColor, required Color eyeColor, double hover = 0, double amplitude = 0})
Creates a complete renderer frame.
const

Properties

amplitude → double
The 0–1 ambient idle-motion amplitude.
final
eyeColor → Color
The interpolated eye color.
final
hashCode → int
The hash code for this object.
no setterinherited
headColor → Color
The interpolated body color.
final
hover → double
The 0–1 hover lift and scale reaction.
final
motion → MotionFrame
Seeded idle and expression-loop values at the current elapsed time.
final
pose → Pose
The interpolated expression pose applied to this frame.
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

Methods

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