mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-09 08:38:43 +08:00
Added Slot#getIndex.
This commit is contained in:
parent
52545f262b
commit
8b3b0169ad
@ -50,6 +50,10 @@ public class SlotData {
|
||||
this.boneData = boneData;
|
||||
}
|
||||
|
||||
public int getIndex () {
|
||||
return index;
|
||||
}
|
||||
|
||||
public String getName () {
|
||||
return name;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user