getDelay method
Seconds to postpone playing the animation. When a track entry is the current track entry, delay postpones incrementing the track time. When a track entry is queued, delay is the time from the start of the previous animation to when the track entry will become the current track entry.
Implementation
double getDelay() {
return _bindings.spine_track_entry_get_delay(_entry);
}