setFrame method
Sets the time and value for the specified frame.
frame Between 0 and frameCount, inclusive.
time The frame time in seconds.
Implementation
void setFrame(int frame, double time, double value) {
SpineBindings.bindings.spine_curve_timeline1_set_frame(_ptr, frame, time, value);
}