mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2025-12-22 10:16:01 +08:00
[libgdx] Javadoc.
This commit is contained in:
parent
99d134e9d4
commit
c9af18e153
@ -1147,7 +1147,8 @@ public class AnimationState {
|
|||||||
* {@link AnimationStateData#getMix(Animation, Animation)} based on the animation before this animation (if any).
|
* {@link AnimationStateData#getMix(Animation, Animation)} based on the animation before this animation (if any).
|
||||||
* <p>
|
* <p>
|
||||||
* A mix duration of 0 still mixes out over one frame to provide the track entry being mixed out a chance to revert the
|
* A mix duration of 0 still mixes out over one frame to provide the track entry being mixed out a chance to revert the
|
||||||
* properties it was animating.
|
* properties it was animating. A mix duration of 0 can be set at any time to end the mix on the next
|
||||||
|
* {@link AnimationState#update(float) update}.
|
||||||
* <p>
|
* <p>
|
||||||
* The <code>mixDuration</code> can be set manually rather than use the value from
|
* The <code>mixDuration</code> can be set manually rather than use the value from
|
||||||
* {@link AnimationStateData#getMix(Animation, Animation)}. In that case, the <code>mixDuration</code> can be set for a new
|
* {@link AnimationStateData#getMix(Animation, Animation)}. In that case, the <code>mixDuration</code> can be set for a new
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user