apply method

void apply(
  1. Skeleton skeleton
)

Poses the skeleton using the track entry animations. The animation state is not changed, so can be applied to multiple skeletons to pose them identically.

Returns true if any animations were applied.

Implementation

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