isSkinRequired method

bool isSkinRequired()

When true, Skeleton.updateWorldTransform only updates this constraint if the skin returned by Skeleton.getSkin contains this constraint.

See Skin.getConstraints.

Implementation

bool isSkinRequired() {
  return _bindings.spine_constraint_data_get_is_skin_required(_data.cast()) == 1;
}