UxrTween.HasActiveTween<T> Method
Checks if the given behaviour has a running tween of a specific type.
Namespace: UltimateXR.Animation.UI
Assembly: UltimateXR (in UltimateXR.dll) Version: 0.0.0.0
Syntax
C#
public static bool HasActiveTween<T>(
Behaviour behaviour
)
where T : UxrTween
Parameters
- behaviour
- Type: Behaviour
[Missing documentation for “M:UltimateXR.Animation.UI.UxrTween.HasActiveTween``1(UnityEngine.Behaviour)”]
Type Parameters
- T
- Type of UxrTweens to check for.
Return Value
Type: Boolean
Whether there is a running animation of the given type.