com.jme3.cinematic.events
クラス PositionTrack

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

public class PositionTrack
extends AbstractCinematicEvent


コンストラクタの概要
PositionTrack()
           
PositionTrack(Spatial spatial, Vector3f endPosition)
           
PositionTrack(Spatial spatial, Vector3f endPosition, float initialDuration)
           
PositionTrack(Spatial spatial, Vector3f endPosition, float initialDuration, LoopMode loopMode)
           
PositionTrack(Spatial spatial, Vector3f endPosition, LoopMode loopMode)
           
 
メソッドの概要
 void initEvent(Application app, Cinematic cinematic)
           
 void onPause()
           
 void onPlay()
           
 void onStop()
           
 void onUpdate(float tpf)
           
 void read(JmeImporter im)
           
 void write(JmeExporter ex)
           
 
クラス com.jme3.cinematic.events.AbstractCinematicEvent から継承されたメソッド
addListener, getDuration, getInitalDuration, getInitialDuration, getLoopMode, getPlayState, getSpeed, internalUpdate, pause, play, removeListener, setInitalDuration, setInitialDuration, setLoopMode, setSpeed, stop
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

PositionTrack

public PositionTrack()

PositionTrack

public PositionTrack(Spatial spatial,
                     Vector3f endPosition)

PositionTrack

public PositionTrack(Spatial spatial,
                     Vector3f endPosition,
                     float initialDuration,
                     LoopMode loopMode)

PositionTrack

public PositionTrack(Spatial spatial,
                     Vector3f endPosition,
                     LoopMode loopMode)

PositionTrack

public PositionTrack(Spatial spatial,
                     Vector3f endPosition,
                     float initialDuration)
メソッドの詳細

initEvent

public void initEvent(Application app,
                      Cinematic cinematic)
定義:
インタフェース CinematicEvent 内の initEvent
オーバーライド:
クラス AbstractCinematicEvent 内の initEvent

onPlay

public void onPlay()
定義:
クラス AbstractCinematicEvent 内の onPlay

onUpdate

public void onUpdate(float tpf)
定義:
クラス AbstractCinematicEvent 内の onUpdate

onStop

public void onStop()
定義:
クラス AbstractCinematicEvent 内の onStop

onPause

public void onPause()
定義:
クラス AbstractCinematicEvent 内の onPause

write

public void write(JmeExporter ex)
           throws java.io.IOException
定義:
インタフェース Savable 内の write
オーバーライド:
クラス AbstractCinematicEvent 内の write
例外:
java.io.IOException

read

public void read(JmeImporter im)
          throws java.io.IOException
定義:
インタフェース Savable 内の read
オーバーライド:
クラス AbstractCinematicEvent 内の read
例外:
java.io.IOException