updateWorldTransform method

void updateWorldTransform(
  1. Physics physics
)

Updates the world transform for each bone and applies all constraints.

See World transforms in the Spine Runtimes Guide.

Implementation

void updateWorldTransform(Physics physics) {
  _bindings.spine_skeleton_update_world_transform(_skeleton, physics.value);
}