|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jme3.cinematic.KeyFrame
public class KeyFrame
Constructor Summary | |
---|---|
KeyFrame()
|
Method Summary | |
---|---|
java.util.List<CinematicEvent> |
getCinematicEvents()
|
int |
getIndex()
|
void |
read(JmeImporter im)
|
void |
setCinematicEvents(java.util.List<CinematicEvent> cinematicEvents)
|
void |
setIndex(int index)
|
java.util.List<CinematicEvent> |
trigger()
|
void |
write(JmeExporter ex)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public KeyFrame()
Method Detail |
---|
public java.util.List<CinematicEvent> getCinematicEvents()
public void setCinematicEvents(java.util.List<CinematicEvent> cinematicEvents)
public java.util.List<CinematicEvent> trigger()
public void write(JmeExporter ex) throws java.io.IOException
write
in interface Savable
java.io.IOException
public void read(JmeImporter im) throws java.io.IOException
read
in interface Savable
java.io.IOException
public int getIndex()
public void setIndex(int index)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |