Methods in com.jme3.animation with parameters of type TempVars |
void |
BoneTrack.setTime(float time,
float weight,
AnimControl control,
AnimChannel channel,
TempVars vars)
Modify the bone which this track modifies in the skeleton to contain
the correct animation transforms for a given time. |
void |
PoseTrack.setTime(float time,
float weight,
AnimControl control,
AnimChannel channel,
TempVars vars)
Deprecated. |
void |
SpatialTrack.setTime(float time,
float weight,
AnimControl control,
AnimChannel channel,
TempVars vars)
Modify the spatial which this track modifies. |
void |
Track.setTime(float time,
float weight,
AnimControl control,
AnimChannel channel,
TempVars vars)
Sets the time of the animation. |