Empeld
Empeld plugin documentation.
pluginbase.Objects.UI.IBuiTween Interface Reference

Tweening interface More...

Public Member Functions

IBuiTween Then (object callback)
 Callback to call when tween is complete More...
 
IBuiTween While (object callback)
 Callback while the animation is happening More...
 

Properties

float Progress [get]
 Get the progress of the tween from 0 to 1 More...
 
bool Done [get]
 Gets a value indicating whether this pluginbase.Objects.UI.IBuiTween is done. More...
 
Func< float, float, float, float > Interpolator [get, set]
 Gets or sets the interpolator. More...
 

Detailed Description

Tweening interface

Member Function Documentation

◆ Then()

IBuiTween pluginbase.Objects.UI.IBuiTween.Then ( object  callback)

Callback to call when tween is complete

Parameters
callbackCallback.

◆ While()

IBuiTween pluginbase.Objects.UI.IBuiTween.While ( object  callback)

Callback while the animation is happening

Parameters
callbackCallback.

Property Documentation

◆ Done

bool pluginbase.Objects.UI.IBuiTween.Done
get

Gets a value indicating whether this pluginbase.Objects.UI.IBuiTween is done.

true if done; otherwise, false.

◆ 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: