Class AnimationInfo


  • public class AnimationInfo
    extends java.lang.Object
    Describes the properties for an animation that was loaded from a mesh.
    • Constructor Summary

      Constructors 
      Constructor Description
      AnimationInfo​(java.lang.String name, float duration)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object o)  
      float getDuration()  
      java.lang.String getName()  
      int hashCode()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AnimationInfo

        public AnimationInfo​(java.lang.String name,
                             float duration)
    • Method Detail

      • getName

        public java.lang.String getName()
      • getDuration

        public float getDuration()
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object