Package com.jme3.cinematic.events
Class AnimationTrack
java.lang.Object
com.jme3.cinematic.events.AbstractCinematicEvent
com.jme3.cinematic.events.AnimationEvent
com.jme3.cinematic.events.AnimationTrack
- All Implemented Interfaces:
- CinematicEvent,- Savable
Deprecated.
use AnimationEvent instead
- 
Field SummaryFields inherited from class com.jme3.cinematic.events.AnimationEventanimationName, blendTime, channel, channelIndex, cinematic, model, MODEL_CHANNELS, modelName, SAVABLE_VERSIONFields inherited from class com.jme3.cinematic.events.AbstractCinematicEventinitialDuration, listeners, loopMode, playState, resuming, speed, time
- 
Constructor SummaryConstructorsConstructorDescriptionDeprecated.AnimationTrack(Spatial model, String animationName) Deprecated.AnimationTrack(Spatial model, String animationName, float initialDuration) Deprecated.AnimationTrack(Spatial model, String animationName, float initialDuration, LoopMode loopMode) Deprecated.AnimationTrack(Spatial model, String animationName, LoopMode loopMode) Deprecated.
- 
Method SummaryMethods inherited from class com.jme3.cinematic.events.AnimationEventdispose, forceStop, initEvent, onPause, onPlay, onStop, onUpdate, read, setLoopMode, setSpeed, setTime, writeMethods inherited from class com.jme3.cinematic.events.AbstractCinematicEventaddListener, getDuration, getInitialDuration, getLoopMode, getPlayState, getSpeed, getTime, internalUpdate, pause, play, removeListener, setInitialDuration, stop