setAttachmentThreshold method

void setAttachmentThreshold(
  1. double attachmentThreshold
)

Implementation

void setAttachmentThreshold(double attachmentThreshold) {
  _bindings.spine_track_entry_set_attachment_threshold(_entry, attachmentThreshold);
}