| 
    terraria-cpp2il v1.4.4.9
    
   Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon 
   | 
 
 Inheritance diagram for UnityEngine.UI.CoroutineTween.FloatTween:
 Collaboration diagram for UnityEngine.UI.CoroutineTween.FloatTween:Classes | |
| class | FloatTweenCallback | 
Public Member Functions | |
| void | TweenValue (float floatPercentage) | 
| void | AddOnChangedCallback (UnityAction< float > callback) | 
| bool | GetIgnoreTimescale () | 
| float | GetDuration () | 
| bool | ValidTarget () | 
Properties | |
| float | startValue [get, set] | 
| float | targetValue [get, set] | 
| float | duration [get, set] | 
| bool | ignoreTimeScale [get, set] | 
Private Attributes | |
| FloatTween.FloatTweenCallback | m_Target | 
| float | m_StartValue | 
| float | m_TargetValue | 
| float | m_Duration | 
| bool | m_IgnoreTimeScale | 
Definition at line 9 of file FloatTween.cs.