| Modifier and Type | Class and Description | 
|---|---|
static class  | 
PoseTrack.PoseFrame
Deprecated.  
  | 
| Modifier | Constructor and Description | 
|---|---|
protected  | 
PoseTrack()
Deprecated.  
Serialization-only. 
 | 
  | 
PoseTrack(int targetMeshIndex,
         float[] times,
         PoseTrack.PoseFrame[] frames)
Deprecated.  
  | 
| Modifier and Type | Method and Description | 
|---|---|
PoseTrack | 
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 | 
read(JmeImporter i)
Deprecated.  
  | 
void | 
setTime(float time,
       float weight,
       AnimControl control,
       AnimChannel channel,
       TempVars vars)
Deprecated.  
Sets the time of the animation. 
 | 
void | 
write(JmeExporter e)
Deprecated.  
  | 
public PoseTrack(int targetMeshIndex,
                 float[] times,
                 PoseTrack.PoseFrame[] frames)
protected PoseTrack()
public void setTime(float time,
                    float weight,
                    AnimControl control,
                    AnimChannel channel,
                    TempVars vars)
Trackpublic float getLength()
public float[] getKeyFrameTimes()
Tracklength.
 Modifying the provided array is not allowed, as it may corrupt internal
 state.getKeyFrameTimes in interface Trackpublic PoseTrack clone()
public void write(JmeExporter e) throws java.io.IOException
public void read(JmeImporter i) throws java.io.IOException