クラス
com.jme3.cinematic.MotionPath の使用

MotionPath を使用しているパッケージ
com.jme3.cinematic.events   
 

com.jme3.cinematic.events での MotionPath の使用
 

MotionPath を返す com.jme3.cinematic.events のメソッド
 MotionPath MotionTrack.getPath()
          retun the motion path this control follows
 

MotionPath 型のパラメータを持つ com.jme3.cinematic.events のメソッド
 void MotionTrack.setPath(MotionPath path)
          Sets the motion path to follow
 

MotionPath 型のパラメータを持つ com.jme3.cinematic.events のコンストラクタ
MotionTrack(Spatial spatial, MotionPath path)
          Creates a MotionPath for the given spatial on the given motion path
MotionTrack(Spatial spatial, MotionPath path, float initialDuration)
          Creates a MotionPath for the given spatial on the given motion path
MotionTrack(Spatial spatial, MotionPath path, float initialDuration, LoopMode loopMode)
          Creates a MotionPath for the given spatial on the given motion path
MotionTrack(Spatial spatial, MotionPath path, LoopMode loopMode)
          Creates a MotionPath for the given spatial on the given motion path