enum abstract MixDirection(Int)
package spine
from Int to Int
import spine.Animation
Available with spine plugin
Indicates whether a timeline's alpha
is mixing out over time toward 0 (the setup or current pose value) or
mixing in toward 1 (the timeline's value). Some timelines use this to decide how values are applied.
See Timeline {@link Timeline#apply(Skeleton, float, float, Array, float, MixBlend, MixDirection)}.