Uses of Class
com.jme3.cinematic.events.MotionTrack.Direction

Packages that use MotionTrack.Direction
com.jme3.cinematic.events   
 

Uses of MotionTrack.Direction in com.jme3.cinematic.events
 

Fields in com.jme3.cinematic.events declared as MotionTrack.Direction
protected  MotionTrack.Direction MotionTrack.directionType
           
 

Methods in com.jme3.cinematic.events that return MotionTrack.Direction
 MotionTrack.Direction MotionTrack.getDirectionType()
          returns the direction type of the target
static MotionTrack.Direction MotionTrack.Direction.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static MotionTrack.Direction[] MotionTrack.Direction.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.jme3.cinematic.events with parameters of type MotionTrack.Direction
 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