isActive method

bool isActive()

Implementation

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