updateWorldTransform method

void updateWorldTransform()

Computes the world transform using the parent bone and this bone's local transform.

See updateWorldTransformWith.

Implementation

void updateWorldTransform() {
  _bindings.spine_bone_update_world_transform(_bone);
}