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)
Track
public float getLength()
public float[] getKeyFrameTimes()
Track
length
.
Modifying the provided array is not allowed, as it may corrupt internal
state.getKeyFrameTimes
in interface Track
public PoseTrack clone()
public void write(JmeExporter e) throws java.io.IOException
public void read(JmeImporter i) throws java.io.IOException