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