|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectcom.jme3.animation.BoneAnimation
public final class BoneAnimation
BoneAnimation updates each of its tracks with the skeleton and time
to apply the animation.
| コンストラクタの概要 | |
|---|---|
BoneAnimation()
Serialization-only. |
|
BoneAnimation(java.lang.String name,
float length)
Creates a new BoneAnimation with the given name and length. |
|
| メソッドの概要 | |
|---|---|
BoneAnimation |
clone()
|
float |
getLength()
Returns the length in seconds of this animation |
java.lang.String |
getName()
The name of the bone animation |
BoneTrack[] |
getTracks()
Returns the tracks set in setTracks(com.jme3.animation.BoneTrack[]). |
void |
read(JmeImporter i)
|
void |
setTime(float time,
float blendAmount,
AnimControl control,
AnimChannel channel)
|
void |
setTracks(BoneTrack[] tracks)
Set the BoneTracks to be used by this animation. |
java.lang.String |
toString()
|
void |
write(JmeExporter e)
|
| クラス java.lang.Object から継承されたメソッド |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| コンストラクタの詳細 |
|---|
public BoneAnimation(java.lang.String name,
float length)
name - The name of the bone animation.length - Length in seconds of the bone animation.public BoneAnimation()
| メソッドの詳細 |
|---|
public java.lang.String getName()
Animation 内の getNamepublic float getLength()
Animation 内の getLengthpublic void setTracks(BoneTrack[] tracks)
BoneTracks to be used by this animation.
The array should be organized so that the appropriate BoneTrack can be retrieved based on a bone index.
tracks - The tracks to set.public BoneTrack[] getTracks()
setTracks(com.jme3.animation.BoneTrack[]).
public void setTime(float time,
float blendAmount,
AnimControl control,
AnimChannel channel)
Animation 内の setTimepublic java.lang.String toString()
java.lang.Object 内の toStringpublic BoneAnimation clone()
Animation 内の clonejava.lang.Object 内の clone
public void write(JmeExporter e)
throws java.io.IOException
Savable 内の writejava.io.IOException
public void read(JmeImporter i)
throws java.io.IOException
Savable 内の readjava.io.IOException
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||