com.jme3.cinematic
クラス KeyFrame

java.lang.Object
  上位を拡張 com.jme3.cinematic.KeyFrame
すべての実装されたインタフェース:
Savable

public class KeyFrame
extends java.lang.Object
implements Savable


コンストラクタの概要
KeyFrame()
           
 
メソッドの概要
 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)
           
 
クラス 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)