mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-06 07:14:55 +08:00
Javadoc.
This commit is contained in:
parent
7a50323479
commit
aa7667fb80
@ -1412,7 +1412,10 @@ public class AnimationState {
|
||||
* {@link AnimationState#addListener(AnimationStateListener)}. */
|
||||
static public interface AnimationStateListener {
|
||||
/** Invoked when this entry has been set as the current entry. {@link #end(TrackEntry)} will occur when this entry will no
|
||||
* longer be applied. */
|
||||
* longer be applied.
|
||||
* <p>
|
||||
* When this event is triggered by calling {@link AnimationState#setAnimation(int, Animation, boolean)}, take care not to
|
||||
* call {@link AnimationState#update(float)} until after the TrackEntry has been configured. */
|
||||
public void start (TrackEntry entry);
|
||||
|
||||
/** Invoked when another entry has replaced this entry as the current entry. This entry may continue being applied for
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user