updateWorldTransform method

void updateWorldTransform()

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

See World transforms in the Spine Runtimes Guide.

Implementation

void updateWorldTransform() {
  _bindings.spine_skeleton_update_world_transform(_skeleton);
}