mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2025-12-21 01:36:02 +08:00
Javadocs.
This commit is contained in:
parent
6f59a35f0d
commit
5093fadd22
@ -1336,6 +1336,9 @@ public class AnimationState {
|
|||||||
/** The interface to implement for receiving TrackEntry events. It is always safe to call AnimationState methods when receiving
|
/** The interface to implement for receiving TrackEntry events. It is always safe to call AnimationState methods when receiving
|
||||||
* events.
|
* events.
|
||||||
* <p>
|
* <p>
|
||||||
|
* TrackEntry events are collected during {@link AnimationState#update(float)} and {@link AnimationState#apply(Skeleton)} and
|
||||||
|
* fired only after those methods are finished.
|
||||||
|
* <p>
|
||||||
* See TrackEntry {@link TrackEntry#setListener(AnimationStateListener)} and AnimationState
|
* See TrackEntry {@link TrackEntry#setListener(AnimationStateListener)} and AnimationState
|
||||||
* {@link AnimationState#addListener(AnimationStateListener)}. */
|
* {@link AnimationState#addListener(AnimationStateListener)}. */
|
||||||
static public interface AnimationStateListener {
|
static public interface AnimationStateListener {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user