Hue Preserving Color Blending
Classes | Public Member Functions | Properties | Private Attributes | List of all members
TMPro.FloatTween Struct Reference
Inheritance diagram for TMPro.FloatTween:
TMPro.ITweenValue

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]
 
- Properties inherited from TMPro.ITweenValue
bool ignoreTimeScale [get]
 
float duration [get]
 

Private Attributes

FloatTweenCallback m_Target
 
float m_StartValue
 
float m_TargetValue
 
float m_Duration
 
bool m_IgnoreTimeScale
 

Detailed Description

Definition at line 119 of file TMP_CoroutineTween.cs.


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