Uses of Class
com.jme.animation.BoneTransform

Packages that use BoneTransform
com.jme.animation   
 

Uses of BoneTransform in com.jme.animation
 

Methods in com.jme.animation that return types with arguments of type BoneTransform
 java.util.ArrayList<BoneTransform> BoneAnimation.getBoneTransforms()
          returns the list of BoneTransforms for this animation.
 

Methods in com.jme.animation with parameters of type BoneTransform
 void BoneAnimation.addBoneTransforms(BoneTransform bt)
          addBoneTransform adds a bone transform array pair that this bone animation uses to update.