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) {
  SpineBindings.bindings.spine_skeleton_update_world_transform(_ptr, physics.value);
}