tracks property

ArrayTrackEntry get tracks

The list of tracks that have had animations, which may contain null entries for tracks that currently have no animation.

Implementation

ArrayTrackEntry get tracks {
  final result = SpineBindings.bindings.spine_animation_state_get_tracks(_ptr);
  return ArrayTrackEntry.fromPointer(result);
}