Table of Contents

Enum TweenType

Namespace
Fallencake.UI
Assembly
Fallencake.UI.dll

Types of built-in tweens supported by the tween system.

public enum TweenType

Fields

Fade = 4

Alpha fade tween for UnityEngine.CanvasGroup.

Move = 1

Position tween for UnityEngine.RectTransform.

None = 0

No tween.

Offset = 5

Offset tween for UnityEngine.RectTransform.offsetMin/UnityEngine.RectTransform.offsetMax.

Rotate = 2

Rotation tween for UnityEngine.RectTransform.

Scale = 3

Scale tween for UnityEngine.RectTransform.

Size = 6

Size tween for UnityEngine.RectTransform.sizeDelta.

Tint = 7

Color tint tween for UnityEngine.UI.Graphic.