alphaAttachmentThreshold property

double get alphaAttachmentThreshold

When the computed alpha is greater than alphaAttachmentThreshold, attachment timelines are applied. The computed alpha includes alpha and the interpolated mix percentage. Defaults to 0, so attachment timelines are always applied.

Implementation

double get alphaAttachmentThreshold {
  final result = SpineBindings.bindings.spine_track_entry_get_alpha_attachment_threshold(_ptr);
  return result;
}
set alphaAttachmentThreshold (double value)

Implementation

set alphaAttachmentThreshold(double value) {
  SpineBindings.bindings.spine_track_entry_set_alpha_attachment_threshold(_ptr, value);
}