isClosed method

bool isClosed()

Implementation

bool isClosed() {
  return _bindings.spine_path_attachment_get_is_closed(_attachment) == -1;
}