Table of Contents

Enum iTween.LoopType

Namespace
VoxelPlayground.Utility
Assembly
GamePlay.dll

The type of loop (if any) to use.

public enum iTween.LoopType

Fields

loop = 1

Rewind and replay.

none = 0

Do not loop.

pingPong = 2

Ping pong the animation back and forth.