com.jme3.animation
クラス PoseTrack.PoseFrame

java.lang.Object
  上位を拡張 com.jme3.animation.PoseTrack.PoseFrame
すべての実装されたインタフェース:
Savable
含まれているクラス:
PoseTrack

public static class PoseTrack.PoseFrame
extends java.lang.Object
implements Savable


コンストラクタの概要
PoseTrack.PoseFrame(Pose[] poses, float[] weights)
           
 
メソッドの概要
 void read(JmeImporter i)
           
 void write(JmeExporter e)
           
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

PoseTrack.PoseFrame

public PoseTrack.PoseFrame(Pose[] poses,
                           float[] weights)
メソッドの詳細

write

public void write(JmeExporter e)
           throws java.io.IOException
定義:
インタフェース Savable 内の write
例外:
java.io.IOException

read

public void read(JmeImporter i)
          throws java.io.IOException
定義:
インタフェース Savable 内の read
例外:
java.io.IOException