Inherits UnityEngine.UI.Extensions.Tweens.ITweenValue.
Definition at line 8 of file FloatTween.cs.
◆ AddOnChangedCallback()
void UnityEngine.UI.Extensions.Tweens.FloatTween.AddOnChangedCallback |
( |
UnityAction< float > |
callback | ) |
|
Adds a on changed callback.
- Parameters
-
Definition at line 76 of file FloatTween.cs.
◆ AddOnFinishCallback()
void UnityEngine.UI.Extensions.Tweens.FloatTween.AddOnFinishCallback |
( |
UnityAction |
callback | ) |
|
Adds a on finish callback.
- Parameters
-
Definition at line 88 of file FloatTween.cs.
◆ Finished()
void UnityEngine.UI.Extensions.Tweens.FloatTween.Finished |
( |
| ) |
|
◆ GetDuration()
float UnityEngine.UI.Extensions.Tweens.FloatTween.GetDuration |
( |
| ) |
|
◆ GetIgnoreTimescale()
bool UnityEngine.UI.Extensions.Tweens.FloatTween.GetIgnoreTimescale |
( |
| ) |
|
◆ TweenValue()
void UnityEngine.UI.Extensions.Tweens.FloatTween.TweenValue |
( |
float |
floatPercentage | ) |
|
Tweens the float based on percentage.
- Parameters
-
floatPercentage | Float percentage. |
Definition at line 64 of file FloatTween.cs.
◆ ValidTarget()
bool UnityEngine.UI.Extensions.Tweens.FloatTween.ValidTarget |
( |
| ) |
|
◆ duration
float UnityEngine.UI.Extensions.Tweens.FloatTween.duration |
|
getset |
Gets or sets the duration of the tween.
The duration.
Definition at line 44 of file FloatTween.cs.
◆ ignoreTimeScale
bool UnityEngine.UI.Extensions.Tweens.FloatTween.ignoreTimeScale |
|
getset |
Gets or sets a value indicating whether this UnityEngine.UI.Tweens.ColorTween should ignore time scale.
true
if ignore time scale; otherwise, false
.
Definition at line 54 of file FloatTween.cs.
◆ startFloat
float UnityEngine.UI.Extensions.Tweens.FloatTween.startFloat |
|
getset |
Gets or sets the starting float.
The start float.
Definition at line 24 of file FloatTween.cs.
◆ targetFloat
float UnityEngine.UI.Extensions.Tweens.FloatTween.targetFloat |
|
getset |
Gets or sets the target float.
The target float.
Definition at line 34 of file FloatTween.cs.
The documentation for this struct was generated from the following file: