mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-04 14:24:53 +08:00
[libgdx] Added AnimationState#getMixingFrom.
This commit is contained in:
parent
abdbb10480
commit
eea4d106c1
@ -1073,6 +1073,12 @@ public class AnimationState {
|
|||||||
return mixingFrom;
|
return mixingFrom;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/** The track entry for the next animation when mixing from this animation to the next animation, or null if no mixing is
|
||||||
|
* currently occuring. When mixing to multiple animations, <code>mixingTo</code> makes up a linked list. */
|
||||||
|
public TrackEntry getMixingTo () {
|
||||||
|
return mixingTo;
|
||||||
|
}
|
||||||
|
|
||||||
public void setHoldPrevious (boolean holdPrevious) {
|
public void setHoldPrevious (boolean holdPrevious) {
|
||||||
this.holdPrevious = holdPrevious;
|
this.holdPrevious = holdPrevious;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user