spine_animation_search_1 method

int spine_animation_search_1(
  1. spine_array_float values,
  2. double target
)

@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,
  );
}