time property

double get time

The animation time this event was keyed, or -1 for the setup pose.

Implementation

double get time {
  final result = SpineBindings.bindings.spine_event_get_time(_ptr);
  return result;
}