spine_slot_constrained method
Sets the applied pose to the constrained pose, in anticipation of the applied pose being modified by constraints.
Implementation
void spine_slot_constrained(
spine_slot self,
) {
return _spine_slot_constrained(
self,
);
}