public class NodeKeyframe<T>
extends java.lang.Object
NodeAnimation.| Modifier and Type | Field and Description |
|---|---|
float |
keytime
the timestamp of this keyframe
|
T |
value
the value of this keyframe at the specified timestamp
|
| Constructor and Description |
|---|
NodeKeyframe(float t,
T v) |