UltimateXR.Animation.UI Namespace

Classes

ClassDescription
Public classUxrCanvasAlphaTween Tweening component to animate the alpha of a CanvasGroup component programatically or using the inspector.
Public classUxrColorTween Tweening component to animate the color of a Graphic component programatically or using the inspector.
Public classUxrGraphicTween Abstract base class for tweening animations on Unity Graphic components.
Public classUxrImageFillTween Tweening component to animate the fillAmount of an an Image component programatically or using the inspector.
Public classUxrPositionTween Tweening component to animate anchoredPosition programatically or using the inspector.
Public classUxrRotationTween Tweening component to animate [!:RectTransform.localRotation] programatically or using the inspector.
Public classUxrScaleTween Tweening component to animate [!:RectTransform.localScale] programatically or using the inspector.
Public classUxrTextContentTween 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.
Public classUxrTween

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

EnumerationDescription
Public enumerationUxrTweenFinishedActions Different actions that can be executed once a UxrTween animation finished.