Enum TweenRecycle
Recycling of tweens and groups.
Namespace: Sttz.Tweener
Assembly: cs.temp.dll.dll
Syntax
[Flags]
public enum TweenRecycle
Fields
Name | Description |
---|---|
All | Recycle both tween and groups. |
Groups | Recycle groups. |
None | Don't recycle. |
Tweens | Recycle tweens. |
Undefined | Undefined recycling behavior. The parent scope's recycling setting is used in this case. |