setFrame method
void
setFrame()
Sets the time, mix, softness, bend direction, compress, and stretch for the specified frame.
frame Between 0 and frameCount, inclusive.
time The frame time in seconds.
bendDirection 1 or -1.
Implementation
void setFrame(int frame, double time, double mix, double softness, int bendDirection, bool compress, bool stretch) {
SpineBindings.bindings
.spine_ik_constraint_timeline_set_frame(_ptr, frame, time, mix, softness, bendDirection, compress, stretch);
}