worldToLocalRotation method

double worldToLocalRotation(
  1. double worldRotation
)

Implementation

double worldToLocalRotation(double worldRotation) {
  return _bindings.spine_bone_world_to_local_rotation(_bone, worldRotation);
}