spine_slider_is_active method

bool spine_slider_is_active(
  1. spine_slider self
)

Returns false when this won't be updated by Skeleton::updateWorldTransform(Physics) because a skin is required and the active skin does not contain this item. See Skin::getBones(), Skin::getConstraints(), PosedData::getSkinRequired(), and Skeleton::updateCache().

Implementation

bool spine_slider_is_active(
  spine_slider self,
) {
  return _spine_slider_is_active(
    self,
  );
}