UxrTween.StopAll Method (Behaviour, Boolean)
Stops all the tweening components of a Behaviour.
Namespace: UltimateXR.Animation.UI
Assembly: UltimateXR (in UltimateXR.dll) Version: 0.0.0.0
Syntax
C#
public static void StopAll(
Behaviour behaviour,
bool restoreOriginal = true
)
Parameters
- behaviour
- Type: Behaviour
Behaviour whose tweens to stop - restoreOriginal (Optional)
- Type: System.Boolean
Whether to reset each animated component to the state before its animation started
See Also
Reference
UxrTween Class
StopAll Overload
UltimateXR.Animation.UI Namespace