Enum LoopType
- Namespace
- FriedSynapse.FlowEnt
Type of loop.
public enum LoopType
- Extension Methods
Fields
Reset = 0
It will reset to 0 once the value 1 is reached.
PingPong = 1
When value 1 is reached it will tween back to 0 in the same amount of time it tweened from 0 to 1.