apply method

void apply(
  1. Skeleton skeleton
)

Poses the skeleton using the track entry animations. There are no side effects other than invoking listeners, so the animation state can be applied to multiple skeletons to pose them identically.

Implementation

void apply(Skeleton skeleton) {
  _bindings.spine_animation_state_apply(_state, skeleton._skeleton);
}