|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MotionPath | |
---|---|
com.jme3.cinematic.events |
Uses of MotionPath in com.jme3.cinematic.events |
---|
Fields in com.jme3.cinematic.events declared as MotionPath | |
---|---|
protected MotionPath |
MotionTrack.path
|
Methods in com.jme3.cinematic.events that return MotionPath | |
---|---|
MotionPath |
MotionTrack.getPath()
retun the motion path this control follows |
Methods in com.jme3.cinematic.events with parameters of type MotionPath | |
---|---|
void |
MotionTrack.setPath(MotionPath path)
Sets the motion path to follow |
Constructors in com.jme3.cinematic.events with parameters of type MotionPath | |
---|---|
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 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |