sortPathConstraintAttachment method

void sortPathConstraintAttachment(
  1. Skin skin,
  2. int slotIndex,
  3. Bone slotBone
)

Implementation

void sortPathConstraintAttachment(Skin skin, int slotIndex, Bone slotBone) {
  (skin.attachments[slotIndex]!).forEach((String key, Attachment value) {
    sortPathConstraintAttachmentWith(value, slotBone);
  });
}