Class AnimatorPulse

    • Field Detail

      • _v1

        protected float _v1
      • _v2

        protected float _v2
      • _interval

        protected long _interval
      • _totalMS

        protected long _totalMS
      • _running

        protected boolean _running
      • _begin_time

        protected long _begin_time
    • Constructor Detail

      • AnimatorPulse

        public AnimatorPulse​(float v1,
                             float v2,
                             long interval,
                             long totalMS)
    • Method Detail

      • step

        public float step()
        Specified by:
        step in interface Animator
      • running

        public boolean running()
        Specified by:
        running in interface Animator