Class AnimatorTimeValueFunction

    • Field Detail

      • _beginVal

        protected float _beginVal
      • _endVal

        protected float _endVal
      • _totalTime

        protected long _totalTime
    • Constructor Detail

      • AnimatorTimeValueFunction

        public AnimatorTimeValueFunction​(float beginVal,
                                         float endVal,
                                         long totalTime)
    • Method Detail

      • isEnd

        public boolean isEnd​(long t)
      • getValue

        public abstract float getValue​(long t)