Class SoftLandingRotate

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

    
    public class SoftLandingRotate
    extends Rotate
                        

    Parameter holder class for soft landing moveTo DSL

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • 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

      • SoftLandingRotate

        SoftLandingRotate()