T
- the type of data that's being animated, such as Transformpublic interface AnimTrack<T> extends Savable, JmeCloneable
Modifier and Type | Method and Description |
---|---|
void |
getDataAtTime(double time,
T store)
Determine the track value for the specified time.
|
double |
getLength()
Determine the duration of the track.
|
cloneFields, jmeClone
void getDataAtTime(double time, T store)
time
- the track time (in seconds)store
- storage for the value (not null, modified)double getLength()