[libgdx] Javadoc.

This commit is contained in:
Nathan Sweet 2026-03-26 00:07:12 -04:00
parent 2d22a8f6f7
commit b116c42f8b

View File

@ -338,7 +338,7 @@ public class Skeleton {
return null;
}
/** The skeleton's slots. */
/** The skeleton's slots. To add a slot, also add it to {@link DrawOrder#pose}. */
public Array<Slot> getSlots () {
return slots;
}