public class ModelNodeKeyframe<T>
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
float |
keytime
the timestamp of the keyframe in seconds
|
T |
value
the value of the keyframe
|
Constructor and Description |
---|
ModelNodeKeyframe() |
public float keytime
public T value