Package com.jme3.cinematic.events

Interface Summary
CinematicEvent  
CinematicEventListener  
 

Class Summary
AbstractCinematicEvent This calls contains basic behavior of a cinematic event every cinematic event must extend this class A cinematic event must be given an inital duration in seconds (duration of the event at speed = 1) (default is 10)
AnimationTrack  
GuiTrack  
MotionTrack A MotionTrack is a control over the spatial that manage the position and direction of the spatial while following a motion Path You must first create a MotionPath and then create a MotionTrack to associate a spatial and the path.
PositionTrack Deprecated. use spatial animation instead.
RotationTrack Deprecated. use spatial animation instead.
ScaleTrack Deprecated. use spatial animation instead.
SoundTrack A sound track to be played in a cinematic.
 

Enum Summary
MotionTrack.Direction Enum for the different type of target direction behavior