com.jme3.cinematic.events
クラス ScaleTrack
java.lang.Object
com.jme3.cinematic.events.AbstractCinematicEvent
com.jme3.cinematic.events.ScaleTrack
- すべての実装されたインタフェース:
- CinematicEvent, Savable
public class ScaleTrack
- extends AbstractCinematicEvent
クラス 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 |
ScaleTrack
public ScaleTrack()
ScaleTrack
public ScaleTrack(Spatial spatial,
Vector3f endScale)
ScaleTrack
public ScaleTrack(Spatial spatial,
Vector3f endScale,
float initialDuration,
LoopMode loopMode)
ScaleTrack
public ScaleTrack(Spatial spatial,
Vector3f endScale,
LoopMode loopMode)
ScaleTrack
public ScaleTrack(Spatial spatial,
Vector3f endScale,
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