UxrColorTween.AnimateAlpha Method
Creates and starts an alpha tweening animation for the color of a Unity UI component.
Namespace: UltimateXR.Animation.UI
Assembly: UltimateXR (in UltimateXR.dll) Version: 0.0.0.0
Syntax
C#
public static UxrColorTween AnimateAlpha(
Graphic graphic,
float startAlpha,
float endAlpha,
UxrInterpolationSettings settings,
Action<UxrTween> finishedCallback = null
)
Parameters
- graphic
- Type: Graphic
Target graphic - startAlpha
- Type: System.Single
Start alpha - endAlpha
- Type: System.Single
End alpha - settings
- Type: UltimateXR.Animation.Interpolation.UxrInterpolationSettings
Interpolation settings that control the animation - finishedCallback (Optional)
- Type: System.Action(UxrTween)
Optional callback when the animation finished
Return Value
Type: UxrColorTween
Tweening component that will update itself automatically. Can be used to stop the animation prematurely or change parameters on the fly.