DOTween
0.8.530
|
▼NDG | |
▼NTweening | |
▼NCore | |
CABSSequentiable | |
CDOTweenComponent | Used to separate DOTween class from the MonoBehaviour instance (in order to use static constructors on DOTween). Contains all instance-based methods |
CExtensions | Public only so custom shortcuts can access some of these methods |
CDOTween | Main DOTween class. Contains static methods to create and control tweens in a generic way |
CIDOTweenInit | Used to allow method chaining with DOTween.Init |
CSequence | Controls other tweens as a group |
CShortcutExtensions | Methods that extend known Unity objects and allow to directly create and control tweens from their instances |
CTween | Indicates either a Tweener or a Sequence |
CTweener | Animates a single value |
CTweenExtensions | Methods that extend Tween objects and allow to control or get data from them |
CTweenParms | This class serves only as a utility class to store tween settings to apply on multiple tweens. It is in no way needed otherwise, since you can directly apply tween settings to a tween via chaining |
CTweenSettingsExtensions | Methods that extend Tween objects and allow to set their parameters |