Class SmoothRotate
-
- All Implemented Interfaces:
-
crackers.kobots.parts.movement.async.SceneMovement
public class SmoothRotate extends Rotate
Parameter holder class for smooth moveTo DSL
-
-
Constructor Summary
Constructors Constructor Description SmoothRotate()
-
Method Summary
Modifier and Type Method Description final Function1<Float, Float>getEase()Easing function to use for the movement. final UnitsetEase(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
-
-