clipEndWithSlot method

void clipEndWithSlot(
  1. Slot slot
)

Implementation

void clipEndWithSlot(Slot slot) {
  if (clipAttachment != null && clipAttachment!.endSlot == slot.data) {
    clipEnd();
  }
}