Tweening interface
More...
◆ Then()
IBuiTween pluginbase.Objects.UI.IBuiTween.Then |
( |
object |
callback | ) |
|
Callback to call when tween is complete
- Parameters
-
◆ While()
IBuiTween pluginbase.Objects.UI.IBuiTween.While |
( |
object |
callback | ) |
|
Callback while the animation is happening
- Parameters
-
◆ Done
bool pluginbase.Objects.UI.IBuiTween.Done |
|
get |
◆ Interpolator
Func<float, float, float, float> pluginbase.Objects.UI.IBuiTween.Interpolator |
|
getset |
Gets or sets the interpolator.
The interpolator.
◆ Progress
float pluginbase.Objects.UI.IBuiTween.Progress |
|
get |
Get the progress of the tween from 0 to 1
The progress.
The documentation for this interface was generated from the following file: