com.jme3.animation
Class SpatialAnimation

java.lang.Object
  extended by com.jme3.animation.Animation
      extended by com.jme3.animation.SpatialAnimation
All Implemented Interfaces:
Savable, java.lang.Cloneable

Deprecated. use Animation instead with tracks of selected type (ie. BoneTrack, SpatialTrack, MeshTrack)

@Deprecated
public class SpatialAnimation
extends Animation


Constructor Summary
SpatialAnimation(java.lang.String name, float length)
          Deprecated.  
 
Method Summary
 
Methods inherited from class com.jme3.animation.Animation
clone, getLength, getName, getTracks, read, setTracks, toString, write
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SpatialAnimation

public SpatialAnimation(java.lang.String name,
                        float length)
Deprecated.