LoopType
Enum in Zigurous.Tweening
Declaration
public enum LoopType
Description
A type of loop style.
Properties
Restart | Restarts the tween from the beginning after it ends. |
RestartWithDelay | Restarts the tween from the beginning after it ends. If the tween has a delay it will be delayed again each loop. |
PingPong | Plays the tween forwards then backwards then forwards then backwards, etc. |
PingPongWithDelay | Plays the tween forwards then backwards then forwards then backwards, etc. If the tween has a delay it will be delayed again each loop. |