com.jme3.animation
インタフェース Animation

すべてのスーパーインタフェース:
java.lang.Cloneable, Savable
既知の実装クラスの一覧:
BoneAnimation, MeshAnimation

public interface Animation
extends Savable, java.lang.Cloneable


メソッドの概要
 Animation clone()
           
 float getLength()
           
 java.lang.String getName()
           
 void setTime(float time, float blendAmount, AnimControl control, AnimChannel channel)
           
 
インタフェース com.jme3.export.Savable から継承されたメソッド
read, write
 

メソッドの詳細

getName

java.lang.String getName()

getLength

float getLength()

setTime

void setTime(float time,
             float blendAmount,
             AnimControl control,
             AnimChannel channel)

clone

Animation clone()