plus

@NotNull
open fun plus(@NotNull movement: @NotNull AnimationMovement, @NotNull dest: @NotNull BoneMovement): @NotNull BoneMovement

Applies an animation movement to this bone movement, returning the result in a destination object.

Return

the modified destination BoneMovement

Since

1.15.2

Parameters

movement

the animation movement to apply

dest

the destination BoneMovement object to store the result