getAttachmentThreshold method

double getAttachmentThreshold()

When the mix percentage (mix time / mix duration) is less than the attachment threshold, attachment timelines for the animation being mixed out will be applied. Defaults to 0, so attachment timelines are not applied for an animation being mixed out.

Implementation

double getAttachmentThreshold() {
  return _bindings.spine_track_entry_get_attachment_threshold(_entry);
}