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