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
Loading...
Searching...
No Matches
UnityEngine.UI.CoroutineTween.FloatTween Struct Reference
+ 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
 

Detailed Description

Definition at line 9 of file FloatTween.cs.


The documentation for this struct was generated from the following file: