Enum iTween.LoopType
- Namespace
- VoxelPlayground.Utility
- Assembly
- GamePlay.dll
The type of loop (if any) to use.
public enum iTween.LoopType
Fields
loop = 1Rewind and replay.
none = 0Do not loop.
pingPong = 2Ping pong the animation back and forth.