isClosed method

bool isClosed()

If true, the start and end knots are connected.

Implementation

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