alphaAttachmentThreshold property

double get alphaAttachmentThreshold

When getAlpha() is greater than alphaAttachmentThreshold, attachment timelines are applied. 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);
}