DOTween
0.8.530
|
Namespaces | |
package | Core |
Classes | |
class | DOTween |
Main DOTween class. Contains static methods to create and control tweens in a generic way More... | |
interface | IDOTweenInit |
Used to allow method chaining with DOTween.Init More... | |
class | Sequence |
Controls other tweens as a group More... | |
class | ShortcutExtensions |
Methods that extend known Unity objects and allow to directly create and control tweens from their instances More... | |
class | Tween |
Indicates either a Tweener or a Sequence More... | |
class | Tweener |
Animates a single value More... | |
class | TweenExtensions |
Methods that extend Tween objects and allow to control or get data from them More... | |
class | TweenParms |
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 More... | |
class | TweenSettingsExtensions |
Methods that extend Tween objects and allow to set their parameters More... | |
Enumerations | |
enum | AutoPlay { None, AutoPlaySequences, AutoPlayTweeners, All } |
Types of autoPlay behaviours More... | |
enum | AxisConstraint { None = 0, X = 2, Y = 4, Z = 8, W = 16 } |
What axis to constrain in case of Vector tweens More... | |
enum | Ease { Linear, InSine, OutSine, InOutSine, InQuad, OutQuad, InOutQuad, InCubic, OutCubic, InOutCubic, InQuart, OutQuart, InOutQuart, InQuint, OutQuint, InOutQuint, InExpo, OutExpo, InOutExpo, InCirc, OutCirc, InOutCirc, InElastic, OutElastic, InOutElastic, InBack, OutBack, InOutBack, InBounce, OutBounce, InOutBounce, INTERNAL_Zero, INTERNAL_Custom } |
enum | LogBehaviour { Default, Verbose, ErrorsOnly } |
Types of log behaviours More... | |
enum | LoopType { Restart, Yoyo, Incremental } |
Types of loop More... | |
enum | TweenType { Tweener, Sequence, Interval, Callback } |
Used internally More... | |
enum | UpdateType { Default, Late } |
Update type More... | |
enum AutoPlay |
enum AxisConstraint |
enum Ease |
enum LogBehaviour |
enum LoopType |
Types of loop
enum TweenType |
enum UpdateType |