| GameObjectTweenExtensions Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: DigitalRuby.WeatherMaker
 Syntax
Syntax Methods
Methods| Name | Description | |
|---|---|---|
|   | Tween(GameObject, Object, Single, Single, Single, FuncSingle, Single, ActionITweenSingle, ActionITweenSingle) | 
            Start and add a float tween
             | 
|   | Tween(GameObject, Object, Color, Color, Single, FuncSingle, Single, ActionITweenColor, ActionITweenColor) | 
            Start and add a Color tween
             | 
|   | Tween(GameObject, Object, Quaternion, Quaternion, Single, FuncSingle, Single, ActionITweenQuaternion, ActionITweenQuaternion) | 
            Start and add a Quaternion tween
             | 
|   | Tween(GameObject, Object, Vector2, Vector2, Single, FuncSingle, Single, ActionITweenVector2, ActionITweenVector2) | 
            Start and add a Vector2 tween
             | 
|   | Tween(GameObject, Object, Vector3, Vector3, Single, FuncSingle, Single, ActionITweenVector3, ActionITweenVector3) | 
            Start and add a Vector3 tween
             | 
|   | Tween(GameObject, Object, Vector4, Vector4, Single, FuncSingle, Single, ActionITweenVector4, ActionITweenVector4) | 
            Start and add a Vector4 tween
             | 
 See Also
See Also