|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
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 BoneTrack s 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
内の getName
public float getLength()
Animation
内の getLength
public void setTracks(BoneTrack[] tracks)
BoneTrack
s 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
内の setTime
public java.lang.String toString()
java.lang.Object
内の toString
public BoneAnimation clone()
Animation
内の clone
java.lang.Object
内の clone
public void write(JmeExporter e) throws java.io.IOException
Savable
内の write
java.io.IOException
public void read(JmeImporter i) throws java.io.IOException
Savable
内の read
java.io.IOException
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |