Skip to content
Jan-Ole Schümann edited this page May 21, 2017 · 38 revisions

Tween# Wiki

Keywords

ease
delay
onComplete
onCompleteParams
onUpdate
onUpdateParams

Properties

Action onComplete
Action<object> onCompleteArg
object onCompleteParams

float Progress
bool Paused
bool reversed
bool suppressEvents
Action onUpdate
Action<object> onUpdateArg
object onUpdateParams

Methods

void Restart

Static Methods

DC DelayedCall(float delay, Action callback)
DC DelayedCall(float delay, Action<object> callback, object pars)

void KillAllDelayedCallsTo(Action callback)
void KillAllDelayedCallsTo(Action<object> callback)

void Activate(Type pluginType)

Plugins

TSPluginAlpha (alpha)
TSPluginAutoAlpha (autoAlpha)
TSPluginX (x)
TSPluginX (y)
TSPluginX (z)
TSPluginScaleX (scaleX)
TSPluginScaleY (scaleY)
TSPluginScaleZ (scaleZ)
TSPluginScale (scale)
TSPluginSizeDeltaX (sizeDeltaX)
TSPluginSizeDeltaY (sizeDeltaY)

Clone this wiki locally