spine_bone_constrained method

void spine_bone_constrained(
  1. spine_bone self
)

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

Implementation

void spine_bone_constrained(
  spine_bone self,
) {
  return _spine_bone_constrained(
    self,
  );
}