Animation.additive

Whether the animation is additive.

Additive animations will not replace main animations, but add their data on top of the running main animation

struct Animation
bool additive;

Meta