setMixAttachmentThreshold method

void setMixAttachmentThreshold(
  1. double attachmentThreshold
)

Implementation

void setMixAttachmentThreshold(double attachmentThreshold) {
  _bindings.spine_track_entry_set_mix_attachment_threshold(_entry, attachmentThreshold);
}