getAnimation method

Animation getAnimation()

The animation to apply for this track entry.

Implementation

Animation getAnimation() {
  return Animation._(_bindings.spine_track_entry_get_animation(_entry));
}