@Deprecated public interface Track extends Savable, java.lang.Cloneable
Modifier and Type | Method and Description |
---|---|
Track |
clone()
Deprecated.
This method creates a clone of the current object.
|
float[] |
getKeyFrameTimes()
Deprecated.
Get the times in seconds for all keyframes.
|
float |
getLength()
Deprecated.
|
void |
setTime(float time,
float weight,
AnimControl control,
AnimChannel channel,
TempVars vars)
Deprecated.
Sets the time of the animation.
|
void setTime(float time, float weight, AnimControl control, AnimChannel channel, TempVars vars)
time
- The time in the animationweight
- The weight from 0 to 1 on how much to apply the trackcontrol
- The control which the track should affectchannel
- The channel which the track should affectvars
- temporary storagefloat getLength()
Track clone()
float[] getKeyFrameTimes()
length
.
Modifying the provided array is not allowed, as it may corrupt internal
state.