com.jme3.cinematic
クラス KeyFrame
java.lang.Object
com.jme3.cinematic.KeyFrame
- すべての実装されたインタフェース:
- Savable
public class KeyFrame
- extends java.lang.Object
- implements Savable
クラス java.lang.Object から継承されたメソッド |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KeyFrame
public KeyFrame()
getCinematicEvents
public java.util.List<CinematicEvent> getCinematicEvents()
setCinematicEvents
public void setCinematicEvents(java.util.List<CinematicEvent> cinematicEvents)
trigger
public java.util.List<CinematicEvent> trigger()
write
public void write(JmeExporter ex)
throws java.io.IOException
- 定義:
- インタフェース
Savable
内の write
- 例外:
java.io.IOException
read
public void read(JmeImporter im)
throws java.io.IOException
- 定義:
- インタフェース
Savable
内の read
- 例外:
java.io.IOException
getIndex
public int getIndex()
setIndex
public void setIndex(int index)