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