Table of Contents

Enum LoopType

Namespace
Fallencake.UI
Assembly
Fallencake.UI.dll

Looping behavior for tween playback.

public enum LoopType

Fields

None = 0

Play once.

PingPong = 2

Alternate forward and backward directions.

Simple = 1

Repeat from the start after completion.