クラス
com.jme3.cinematic.events.MotionTrack.Direction の使用

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

com.jme3.cinematic.events での MotionTrack.Direction の使用
 

MotionTrack.Direction を返す com.jme3.cinematic.events のメソッド
 MotionTrack.Direction MotionTrack.getDirectionType()
          returns the direction type of the target
static MotionTrack.Direction MotionTrack.Direction.valueOf(java.lang.String name)
          指定した名前を持つこの型の列挙型定数を返します。
static MotionTrack.Direction[] MotionTrack.Direction.values()
          この列挙型の定数を含む配列を宣言されている順序で返します。
 

MotionTrack.Direction 型のパラメータを持つ com.jme3.cinematic.events のメソッド
 void MotionTrack.setDirectionType(MotionTrack.Direction directionType)
          Sets the direction type of the target On each update the direction given to the target can have different behavior See the Direction Enum for explanations