Class ModelNodeKeyframe<T>
- java.lang.Object
-
- com.badlogic.gdx.graphics.g3d.model.data.ModelNodeKeyframe<T>
-
public class ModelNodeKeyframe<T> extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ModelNodeKeyframe()
-
-
-
Field Detail
-
keytime
public float keytime
the timestamp of the keyframe in seconds
-
value
public T value
the value of the keyframe
-
-