UltimateXR.Animation.UI Namespace
Classes
Class | Description | |
---|---|---|
UxrCanvasAlphaTween | Tweening component to animate the alpha of a CanvasGroup component programatically or using the inspector. | |
UxrColorTween | Tweening component to animate the color of a Graphic component programatically or using the inspector. | |
UxrGraphicTween | Abstract base class for tweening animations on Unity Graphic components. | |
UxrImageFillTween | Tweening component to animate the fillAmount of an an Image component programatically or using the inspector. | |
UxrPositionTween | Tweening component to animate anchoredPosition programatically or using the inspector. | |
UxrRotationTween | Tweening component to animate [!:RectTransform.localRotation] programatically or using the inspector. | |
UxrScaleTween | Tweening component to animate [!:RectTransform.localScale] programatically or using the inspector. | |
UxrTextContentTween | Tweening component to animate a UI text component programatically or using the inspector. Supports both Unity’s Text and TMPro. The text interpolation can be used to create a typewriter kind of effect. Programatically it also offers the possibility to interpolate parameters in a text string. | |
UxrTween |
Base abstract class to create tweening components to animate Unity UI elements. Tweens are UxrComponent components to allow access to the global list of tweens or filter by type. They are also UxrComponent<TP, TC> to allow access to the global list of tweens in a given parent canvas. |
Enumerations
Enumeration | Description | |
---|---|---|
UxrTweenFinishedActions | Different actions that can be executed once a UxrTween animation finished. |