|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use KeyFrame | |
---|---|
com.jme3.cinematic |
Uses of KeyFrame in com.jme3.cinematic |
---|
Methods in com.jme3.cinematic that return KeyFrame | |
---|---|
KeyFrame |
Cinematic.addCinematicEvent(float timeStamp,
CinematicEvent cinematicEvent)
|
KeyFrame |
TimeLine.getKeyFrameAtIndex(int keyFrameIndex)
|
KeyFrame |
TimeLine.getKeyFrameAtTime(float time)
|
Methods in com.jme3.cinematic that return types with arguments of type KeyFrame | |
---|---|
java.util.Collection<KeyFrame> |
TimeLine.getAllKeyFrames()
|
Methods in com.jme3.cinematic with parameters of type KeyFrame | |
---|---|
void |
TimeLine.addKeyFrameAtIndex(int keyFrameIndex,
KeyFrame keyFrame)
|
void |
TimeLine.addKeyFrameAtTime(float time,
KeyFrame keyFrame)
|
float |
TimeLine.getKeyFrameTime(KeyFrame keyFrame)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |