spine_slider_constrained method

void spine_slider_constrained(
  1. spine_slider self
)

Sets the applied pose to the constrained pose, in anticipation of the applied pose being modified by constraints.

Implementation

void spine_slider_constrained(
  spine_slider self,
) {
  return _spine_slider_constrained(
    self,
  );
}