setAnimationEnd method

void setAnimationEnd(
  1. double animationEnd
)

Implementation

void setAnimationEnd(double animationEnd) {
  _bindings.spine_track_entry_set_animation_end(_entry, animationEnd);
}