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 name | Value | Description | |
---|---|---|---|
None | 0 | No action. | |
RestoreOriginalValue | 1 | Restores the original animated value that the component had before the animation. | |
DisableTargetComponent | 2 | Disable the component that the UxrTween is animating. | |
DeactivateGameObject | 4 | Deactivate the GameObject where the component is located. | |
DestroyTween | 8 | Destroy the UxrTween component. | |
DestroyTargetComponent | 16 | Destroy the component that the tween is animating. | |
DestroyGameObject | 32 | Destroy the GameObject where the component is located. |