spine_animation_search_1 method
@param target After the first and before the last entry.
Implementation
int spine_animation_search_1(
spine_array_float values,
double target,
) {
return _spine_animation_search_1(
values,
target,
);
}
@param target After the first and before the last entry.
int spine_animation_search_1(
spine_array_float values,
double target,
) {
return _spine_animation_search_1(
values,
target,
);
}