setTimelineAttachment method

void setTimelineAttachment(
  1. Attachment<Pointer<NativeType>>? attachment
)

Implementation

void setTimelineAttachment(Attachment? attachment) {
  _bindings.spine_vertex_attachment_set_timeline_attachment(
      _attachment.cast(), attachment == null ? nullptr : attachment._attachment.cast());
}