additive

var additive: Boolean

Whether to add the animation to the current animation. If set to true, the animation is additive, meaning it will be combined with any existing animations on the entity, allowing for complex layered effects.

Note:

  • The additive parameter is currently not functioning correctly when set to true. As of now, enabling this feature may lead to unexpected behavior or errors. This issue is acknowledged and will be addressed in a future update.