fastSlow static method
Fast, then slow.
Implementation
static Interpolation fastSlow() {
final result = SpineBindings.bindings.spine_interpolation_fast_slow();
return Interpolation.fromPointer(result);
}
Fast, then slow.
static Interpolation fastSlow() {
final result = SpineBindings.bindings.spine_interpolation_fast_slow();
return Interpolation.fromPointer(result);
}