setAlphaAttachmentThreshold method

void setAlphaAttachmentThreshold(
  1. double attachmentThreshold
)

Implementation

void setAlphaAttachmentThreshold(double attachmentThreshold) {
  _bindings.spine_track_entry_set_alpha_attachment_threshold(_entry, attachmentThreshold);
}