Class SmoothRotate

  • All Implemented Interfaces:
    crackers.kobots.parts.movement.async.SceneMovement

    
    public class SmoothRotate
    extends Rotate
                        

    Parameter holder class for smooth moveTo DSL

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
      SmoothRotate()
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final Function1<Float, Float> getEase() Easing function to use for the movement.
      final Unit setEase(Function1<Float, Float> ease) Easing function to use for the movement.
      • Methods inherited from class crackers.kobots.parts.movement.async.Rotate

        getAngle, getDuration, getEndDelay, getStartDelay, setAngle, setDuration, setEndDelay, setStartDelay
      • Methods inherited from class java.lang.Object

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

      • SmoothRotate

        SmoothRotate()