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 Summary
Fields inherited from class com.jme3.cinematic.events.AnimationEvent
animationName, blendTime, channel, channelIndex, cinematic, model, MODEL_CHANNELS, modelName, SAVABLE_VERSION
Fields inherited from class com.jme3.cinematic.events.AbstractCinematicEvent
initialDuration, listeners, loopMode, playState, resuming, speed, time
-
Constructor Summary
ConstructorDescriptionDeprecated.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 Summary
Methods inherited from class com.jme3.cinematic.events.AnimationEvent
dispose, forceStop, initEvent, onPause, onPlay, onStop, onUpdate, read, setLoopMode, setSpeed, setTime, write
Methods inherited from class com.jme3.cinematic.events.AbstractCinematicEvent
addListener, getDuration, getInitialDuration, getLoopMode, getPlayState, getSpeed, getTime, internalUpdate, pause, play, removeListener, setInitialDuration, stop