Package gaiasky.util.gdx.model
Class IntAnimation
java.lang.Object
gaiasky.util.gdx.model.IntAnimation
-
Field Summary
Modifier and TypeFieldDescriptionfloat
the duration in secondsthe unique id of the animationcom.badlogic.gdx.utils.Array
<IntNodeAnimation> the animation curves for individual nodes -
Constructor Summary
-
Method Summary
-
Field Details
-
id
the unique id of the animation -
duration
public float durationthe duration in seconds -
nodeAnimations
the animation curves for individual nodes
-
-
Constructor Details
-
IntAnimation
public IntAnimation()
-