mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2025-12-21 01:36:02 +08:00
[libgdx] Javadoc.
This commit is contained in:
parent
f4ebfdb61e
commit
8a5873a145
@ -1156,8 +1156,8 @@ public class AnimationState {
|
||||
return nextTrackLast != -1;
|
||||
}
|
||||
|
||||
/** Returns true if there is a {@link #getNext()} track entry that is ready to become the current track entry during the
|
||||
* next {@link AnimationState#update(float)}. */
|
||||
/** Returns true if there is a {@link #getNext()} track entry and it will become the current track entry during the next
|
||||
* {@link AnimationState#update(float)}. */
|
||||
public boolean isNextReady () {
|
||||
return next != null && nextTrackLast - next.delay >= 0;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user