setFrame method
void
setFrame()
Sets the time, light color, and dark color for the specified frame.
frame Between 0 and frameCount, inclusive.
time The frame time in seconds.
Implementation
void setFrame(int frame, double time, double r, double g, double b, double a, double r2, double g2, double b2) {
SpineBindings.bindings.spine_rgba2_timeline_set_frame(_ptr, frame, time, r, g, b, a, r2, g2, b2);
}