Enum LoopType
- Namespace
- Fallencake.UI
- Assembly
- Fallencake.UI.dll
Looping behavior for tween playback.
public enum LoopType
Fields
None = 0Play once.
PingPong = 2Alternate forward and backward directions.
Simple = 1Repeat from the start after completion.