| ABSTweenComponent | Base class for all HOTween members (Tweener and Sequence) |
| ABSTweenComponentParms | Base class for all HOTParms |
| ABSTweenPlugin | ABSTRACT base class for all ABSTweenPlugin classes |
| Back | This class contains a C# port of the easing equations created by Robert Penner (http://robertpenner.com/easing) |
| Bounce | This class contains a C# port of the easing equations created by Robert Penner (http://robertpenner.com/easing) |
| Circ | This class contains a C# port of the easing equations created by Robert Penner (http://robertpenner.com/easing) |
| Cubic | This class contains a C# port of the easing equations created by Robert Penner (http://robertpenner.com/easing) |
| EaseInfo | Enumeration of ease types |
| Elastic | This class contains a C# port of the easing equations created by Robert Penner (http://robertpenner.com/easing) |
| Expo | This class contains a C# port of the easing equations created by Robert Penner (http://robertpenner.com/easing) |
| 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) |
| IHOTweenComponent | Public interface shared by Tweener and Sequence |
| Linear | This class contains a C# port of the easing equations created by Robert Penner (http://robertpenner.com/easing) |
| PlugColor | Default plugin for the tweening of Color objects |
| PlugColor32 | Default plugin for the tweening of Color32 objects |
| PlugFloat | Default plugin for the tweening of number values |
| PlugInt | Plugin for the tweening of number values only through integers |
| PlugQuaternion | Default plugin for the tweening of Quaternion objects |
| PlugRect | Default plugin for the tweening of Rect objects |
| PlugSetColor | Plugin for the tweening of the color of your choice. Used for changing material colors different from the default one (like _SpecColor or _Emission). Target for this tween must be of type Material |
| PlugSetFloat | Plugin for the tweening of the float of your choice. Used for changing material floats. Target for this tween must be of type Material |
| PlugString | Plugin for the tweening of strings |
| PlugVector2 | Default plugin for the tweening of Vector2 objects |
| PlugVector3 | Default plugin for the tweening of Vector3 objects |
| PlugVector3Path | Plugin for the tweening of Vector3 objects along a Vector3 path |
| PlugVector3X | Plugin for the tweening of only the X value of Vector3 objects |
| PlugVector3Y | Plugin for the tweening of only the Y value of Vector3 objects |
| PlugVector3Z | Plugin for the tweening of only the Z value of Vector3 objects |
| PlugVector4 | Default plugin for the tweening of Vector4 objects |
| Quad | This class contains a C# port of the easing equations created by Robert Penner (http://robertpenner.com/easing) |
| Quart | This class contains a C# port of the easing equations created by Robert Penner (http://robertpenner.com/easing) |
| Quint | This class contains a C# port of the easing equations created by Robert Penner (http://robertpenner.com/easing) |
| Sequence | Sequence component. Manager for sequence of Tweeners or other nested Sequences |
| SequenceParms | Method chaining parameters for a Sequence |
| Sine | This class contains a C# port of the easing equations created by Robert Penner (http://robertpenner.com/easing) |
| Strong | This class contains a C# port of the easing equations created by Robert Penner (http://robertpenner.com/easing) |
| TweenDelegate | Enum of delegates used by HOTween |
| Tweener | Tween component, created by HOTween for each separate tween |
| TweenEvent | This object is passed as the only parameter of all HOTween's callbacks |
| TweenException | HOTweenException class. A new HOTweenException is thrown each time HOTween encounters an error |
| TweenInfo | Used by HOTween.GetTweenInfos and HOTweenInspector, to store info about tweens that can be displayed |
| TweenParms | Method chaining parameters for a Tweener |
| 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 |