setIsClosed method

void setIsClosed(
  1. bool isClosed
)

Implementation

void setIsClosed(bool isClosed) {
  _bindings.spine_path_attachment_set_is_closed(_attachment, isClosed ? -1 : 0);
}