Packages | |
package | Core |
package | Plugins |
Classes | |
class | HOTween |
Main tween manager. Controls all tween types (Tweener and Sequence), and is used to directly create Tweeners (to create Sequences, directly create a new Sequence instead). More... | |
interface | IHOTweenComponent |
Public interface shared by Tweener and Sequence. More... | |
class | Sequence |
Sequence component. Manager for sequence of Tweeners or other nested Sequences. More... | |
class | SequenceParms |
Method chaining parameters for a Sequence. More... | |
class | Tweener |
Tween component, created by HOTween for each separate tween. More... | |
class | TweenEvent |
This object is passed as the only parameter of all HOTween's callbacks. More... | |
class | TweenParms |
Method chaining parameters for a Tweener. More... | |
class | TweenVar |
A special class used to setup a "virtual" tween, which will not actually be tweened nor updated, but will just set and return a value when you call Update. More... | |
Enumerations | |
enum | Axis { None = 0, X = 2, Y = 4, Z = 8, W = 16 } |
Enumeration of axis. More... | |
enum | CallbackType { OnStart, OnUpdate, OnStepComplete, OnComplete, OnPause, OnPlay, OnRewinded, OnPluginOverwritten } |
Only used with ABSTweenComponent ApplyCallback method. More... | |
enum | EaseType { Linear, EaseInSine, EaseOutSine, EaseInOutSine, EaseInQuad, EaseOutQuad, EaseInOutQuad, EaseInCubic, EaseOutCubic, EaseInOutCubic, EaseInQuart, EaseOutQuart, EaseInOutQuart, EaseInQuint, EaseOutQuint, EaseInOutQuint, EaseInExpo, EaseOutExpo, EaseInOutExpo, EaseInCirc, EaseOutCirc, EaseInOutCirc, EaseInElastic, EaseOutElastic, EaseInOutElastic, EaseInBack, EaseOutBack, EaseInOutBack, EaseInBounce, EaseOutBounce, EaseInOutBounce, AnimationCurve, EaseInStrong, EaseOutStrong, EaseInOutStrong } |
Enumeration of ease types. More... | |
enum | LoopType { Restart, Yoyo, YoyoInverse, Incremental } |
Enumeration of types of loops to apply. More... | |
enum | PathType { Linear, Curved } |
Type of path (used with PlugVector3Path) More... | |
enum | TweenType { To, From } |
Tween type. More... | |
enum | UpdateType { Update, LateUpdate, FixedUpdate, TimeScaleIndependentUpdate } |
Enumeration of types of update that can be applied to a tween. More... | |
enum | WarningLevel { None, Important, Verbose } |
Enumeration of the levels of warning that should be used to output messages in case of auto-resolved errors. More... |
enum Axis |
enum CallbackType |
Only used with ABSTweenComponent ApplyCallback method.
enum EaseType |
Enumeration of ease types.
enum LoopType |
Enumeration of types of loops to apply.
enum PathType |
enum TweenType |
enum UpdateType |
Enumeration of types of update that can be applied to a tween.
enum WarningLevel |