SetUpdate
Method
- Namespace
- DG.Tweening
- Assembly
- DOTween.dll
SetUpdate<T>(T, bool)
public static T SetUpdate<T>(this T t, bool isIndependentUpdate) where T : Tween
Parameters
t T
isIndependentUpdate bool
Returns
- T
Type Parameters
T
SetUpdate<T>(T, UpdateType)
public static T SetUpdate<T>(this T t, UpdateType updateType) where T : Tween
Parameters
t T
updateType UpdateType
Returns
- T
Type Parameters
T
SetUpdate<T>(T, UpdateType, bool)
public static T SetUpdate<T>(this T t, UpdateType updateType, bool isIndependentUpdate) where T : Tween
Parameters
t T
updateType UpdateType
isIndependentUpdate bool
Returns
- T
Type Parameters
T