Uses of Class
com.jmex.model.ogrexml.anim.BoneAnimation

Packages that use BoneAnimation
com.jmex.model.ogrexml.anim   
 

Uses of BoneAnimation in com.jmex.model.ogrexml.anim
 

Methods in com.jmex.model.ogrexml.anim that return BoneAnimation
(package private)  BoneAnimation Animation.getBoneAnimation()
           
static BoneAnimation BoneAnimationLoader.loadAnimation(org.w3c.dom.Node animationNode, Skeleton skeleton)
           
 

Methods in com.jmex.model.ogrexml.anim with parameters of type BoneAnimation
(package private)  void Animation.setBoneAnimation(BoneAnimation boneAnim)
           
 

Constructors in com.jmex.model.ogrexml.anim with parameters of type BoneAnimation
Animation(BoneAnimation boneAnim, MeshAnimation meshAnim)