updateWorldTransform method
void
updateWorldTransform()
Computes the world transform using the parent bone and this bone's local transform.
Implementation
void updateWorldTransform() {
_bindings.spine_bone_update_world_transform(_bone);
}