addRotationModifier
open fun addRotationModifier(@NotNull predicate: @NotNull BonePredicate, @NotNull mapper: @NotNull (Quaternionf) -> Quaternionf): Boolean
Adds a rotation modifier to matching bones.
Return
true if any bones were modified
Since
1.15.2
Parameters
predicate
the predicate to select bones
mapper
the rotation mapping function