public class NodeKeyframe<T> extends 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) |
Copyright © 2017. All rights reserved.