spine_to_y_mix method

double spine_to_y_mix(
  1. spine_to_y self,
  2. spine_transform_constraint_pose pose
)

Implementation

double spine_to_y_mix(
  spine_to_y self,
  spine_transform_constraint_pose pose,
) {
  return _spine_to_y_mix(
    self,
    pose,
  );
}