com.jme3.animation
Class PoseTrack.PoseFrame
java.lang.Object
com.jme3.animation.PoseTrack.PoseFrame
- All Implemented Interfaces:
- Savable, java.lang.Cloneable
- Enclosing class:
- PoseTrack
public static class PoseTrack.PoseFrame
- extends java.lang.Object
- implements Savable, java.lang.Cloneable
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PoseTrack.PoseFrame
public PoseTrack.PoseFrame(Pose[] poses,
float[] weights)
PoseTrack.PoseFrame
public PoseTrack.PoseFrame()
- Serialization-only. Do not use.
clone
public PoseTrack.PoseFrame clone()
- This method creates a clone of the current object.
- Overrides:
clone
in class java.lang.Object
- Returns:
- a clone of the current object
write
public void write(JmeExporter e)
throws java.io.IOException
- Specified by:
write
in interface Savable
- Throws:
java.io.IOException
read
public void read(JmeImporter i)
throws java.io.IOException
- Specified by:
read
in interface Savable
- Throws:
java.io.IOException