mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-03-26 22:49:01 +08:00
Javadoc
This commit is contained in:
parent
a2f6e5006d
commit
6e0e420e0a
@ -27,7 +27,7 @@ package com.esotericsoftware.spine;
|
|||||||
|
|
||||||
import com.badlogic.gdx.math.MathUtils;
|
import com.badlogic.gdx.math.MathUtils;
|
||||||
|
|
||||||
/** Stores mixing times between animations and automatically mixes them as animations change. */
|
/** Automatically mixes between animations as they change. */
|
||||||
public class AnimationState {
|
public class AnimationState {
|
||||||
private final AnimationStateData data;
|
private final AnimationStateData data;
|
||||||
Animation current, previous;
|
Animation current, previous;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user