UxrTween.StopAll<T> Method (Boolean)

Stops all enabled tweens of a given type.

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

Syntax

C#

public static void StopAll<T>(
	bool restoreOriginal = true
)
where T : UxrTween

Parameters

 

restoreOriginal (Optional)
Type: System.Boolean
Whether to reset each animated component to the state before its animation started

Type Parameters

 

T
Type of UxrTweens to stop

See Also

Reference

UxrTween Class
StopAll Overload
UltimateXR.Animation.UI Namespace