Uses of Class
com.jme3.util.TempVars

Packages that use TempVars
com.jme3.animation The com.jme3.animation package contains various classes for managing animation inside a jME3 application. 
com.jme3.util   
 

Uses of TempVars in com.jme3.animation
 

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.
 

Uses of TempVars in com.jme3.util
 

Methods in com.jme3.util that return TempVars
static TempVars TempVars.get()
          Acquire an instance of the TempVar class.