mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-03-26 22:49:01 +08:00
[libgdx] Javadoc.
This commit is contained in:
parent
20bca55b93
commit
12d83571ae
@ -849,7 +849,7 @@ public class AnimationState {
|
|||||||
this.data = data;
|
this.data = data;
|
||||||
}
|
}
|
||||||
|
|
||||||
/** The list of tracks that currently have animations, which may contain null entries. */
|
/** The list of tracks that have had animations, which may contain null entries for tracks that currently have no animation. */
|
||||||
public Array<TrackEntry> getTracks () {
|
public Array<TrackEntry> getTracks () {
|
||||||
return tracks;
|
return tracks;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user