com.jme3.animation
Class BoneAnimation

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

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

@Deprecated
public final class BoneAnimation
extends Animation


Constructor Summary
BoneAnimation(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

BoneAnimation

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