update method

void update()

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

Implementation

void update() {
  _bindings.spine_bone_update(_bone);
}