![]() |
DOTween
0.8.530
|
Classes | |
| class | ABSSequentiable |
| class | DOTweenComponent |
| Used to separate DOTween class from the MonoBehaviour instance (in order to use static constructors on DOTween). Contains all instance-based methods More... | |
| class | Extensions |
| Public only so custom shortcuts can access some of these methods More... | |
| class | TweenerCore< T1, T2, TPlugOptions > |
Functions | |
| delegate T | DOGetter< out T > () |
Used in place of System.Func, which is not available in mscorlib. More... | |
| delegate void | DOSetter< in T > (T pNewValue) |
Used in place of System.Action. More... | |
| delegate void | TweenCallback () |
| Used for tween callbacks More... | |
| delegate float | EaseFunction (float time, float startValue, float changeValue, float duration, float overshootOrAmplitude, float period) |
| Used for custom and animationCurve-based ease functions More... | |
| delegate T DG.Tweening.Core.DOGetter< out T > | ( | ) |
Used in place of System.Func, which is not available in mscorlib.
| delegate void DG.Tweening.Core.DOSetter< in T > | ( | T | pNewValue | ) |
Used in place of System.Action.
| delegate float DG.Tweening.Core.EaseFunction | ( | float | time, |
| float | startValue, | ||
| float | changeValue, | ||
| float | duration, | ||
| float | overshootOrAmplitude, | ||
| float | period | ||
| ) |
Used for custom and animationCurve-based ease functions
| delegate void DG.Tweening.Core.TweenCallback | ( | ) |
Used for tween callbacks