apply method

void apply(
  1. Slot slot,
  2. Attachment<Pointer<NativeType>> attachment
)

Implementation

void apply(Slot slot, Attachment attachment) {
  _bindings.spine_sequence_apply(_sequence, slot._slot, attachment._attachment.cast());
}