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

Tween# Wiki

Keywords

onComplete
onCompleteParams
delay
ease
onUpdate
onUpdateParams

Properties

Action onComplete
Action<object> onCompleteArg
object onCompleteParams

Action onUpdate
Action<object> onUpdateArg
object onUpdateParams

bool Paused
float Progress
bool reversed
bool suppressEvents

Methods

void Restart

Static Methods

void Activate(Type pluginType)
DC DelayedCall(float delay, Action callback)
DC DelayedCall(float delay, Action<object> callback, object pars)

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

[TweenSharp To(object target, float duration, Dictionary<string, object> args)]To

Plugins

TSPluginAlpha (alpha)
TSPluginAutoAlpha (autoAlpha)
TSPluginX (x)
TSPluginX (y)
TSPluginX (z)
TSPluginRotationX (rotationX)
TSPluginRotationY (rotationY)
TSPluginRotationZ (rotationZ)
TSPluginScaleX (scaleX)
TSPluginScaleY (scaleY)
TSPluginScaleZ (scaleZ)
TSPluginScale (scale)
TSPluginSizeDeltaX (sizeDeltaX)
TSPluginSizeDeltaY (sizeDeltaY)

Clone this wiki locally