setFrame method
Sets the time, mode, index, and frame time for the specified frame.
frame Between 0 and frameCount, inclusive.
delay Seconds between frames.
Implementation
void setFrame(int frame, double time, SequenceMode mode, int index, double delay) {
SpineBindings.bindings.spine_sequence_timeline_set_frame(_ptr, frame, time, mode.value, index, delay);
}