|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectcom.jme3.animation.Track
public abstract class Track
A single track of mesh animation (either morph or pose based). Currently morph animations are not supported (only pose).
コンストラクタの概要 | |
---|---|
Track(int targetMeshIndex)
build a track for a an index |
メソッドの概要 | |
---|---|
int |
getTargetMeshIndex()
return the mesh index |
void |
read(JmeImporter im)
|
abstract void |
setTime(float time,
Mesh[] targets,
float weight)
sets time for this track |
void |
write(JmeExporter ex)
|
クラス java.lang.Object から継承されたメソッド |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public Track(int targetMeshIndex)
targetMeshIndex
- メソッドの詳細 |
---|
public int getTargetMeshIndex()
public abstract void setTime(float time, Mesh[] targets, float weight)
time
- targets
- weight
- public void write(JmeExporter ex) throws java.io.IOException
Savable
内の write
java.io.IOException
public void read(JmeImporter im) throws java.io.IOException
Savable
内の read
java.io.IOException
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |