com.jmex.model.ogrexml.anim
Class BoneAnimation

java.lang.Object
  extended by com.jmex.model.ogrexml.anim.BoneAnimation
All Implemented Interfaces:
java.io.Serializable

public final class BoneAnimation
extends java.lang.Object
implements java.io.Serializable

Bone animation updates each of it's tracks with the skeleton and time to apply the animation.

See Also:
Serialized Form

Constructor Summary
BoneAnimation(java.lang.String name, float length, BoneTrack[] tracks)
           
 
Method Summary
(package private)  float getLength()
           
(package private)  java.lang.String getName()
           
(package private)  BoneTrack[] getTracks()
           
(package private)  void setTime(float time, Skeleton skeleton)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BoneAnimation

BoneAnimation(java.lang.String name,
              float length,
              BoneTrack[] tracks)
Method Detail

getName

java.lang.String getName()

getLength

float getLength()

getTracks

BoneTrack[] getTracks()

setTime

void setTime(float time,
             Skeleton skeleton)