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