isActive method

bool isActive()

Implementation

bool isActive() {
  return _bindings.spine_path_constraint_get_is_active(_constraint) == -1;
}