Class ModelNodeKeyframe<T>


  • public class ModelNodeKeyframe<T>
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      float keytime
      the timestamp of the keyframe in seconds
      T value
      the value of the keyframe
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • keytime

        public float keytime
        the timestamp of the keyframe in seconds
      • value

        public T value
        the value of the keyframe
    • Constructor Detail

      • ModelNodeKeyframe

        public ModelNodeKeyframe()