UxrTweenFinishedActions Enumeration

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

Namespace: UltimateXR.Animation.UI
Assembly: UltimateXR (in UltimateXR.dll) Version: 0.0.0.0

Syntax

C#

[FlagsAttribute]
public enum UxrTweenFinishedActions


Members

Member nameValueDescription
None0No action.
RestoreOriginalValue1Restores the original animated value that the component had before the animation.
DisableTargetComponent2Disable the component that the UxrTween is animating.
DeactivateGameObject4Deactivate the GameObject where the component is located.
DestroyTween8Destroy the UxrTween component.
DestroyTargetComponent16Destroy the component that the tween is animating.
DestroyGameObject32Destroy the GameObject where the component is located.

See Also

Reference

UltimateXR.Animation.UI Namespace