Package: pumpkin.tweener

TweenerObj


Description

Tweener object, each object contains a list of properties to tween over time.



Constructors

TweenerObj

Create empty TweenerObj.

TweenerObj


Functions

Callback

Callback() delegate.

CallbackWithArgument

Callback( object arg ) delegate.

DisplayObjectTargetCallback

Callback( DisplayObject target ) delegate.

TransitionFunction

TweenDelegate

TweenObjTimeDelegate

Custom timing delegate.

tweenUpdate

tweenUpdate

OnStart

Tween start callback.

OnStart

Tween start callback with argument.

OnStartWithTarget

Tween start callback with tween target argument.

OnUpdate

Tween update callback.

OnUpdate

Tween update callback with argument.

OnUpdateWithTarget

Tween update callback with tween target argument.

OnComplete

Tween complete callback.

OnComplete

Tween complete callback with argument.

OnCompleteWithTarget

Tween complete callback with tween target argument.

OnStartGameObject

Tween start callback.

OnStartGameObject

Tween start callback.

OnUpdateGameObject

Tween update callback.

OnUpdateGameObject

Tween update callback.

OnCompleteGameObject

Tween complete callback.

OnCompleteGameObject

Tween complete callback.

waitTweenComplete

Wait for tween to complete using a co-routine.


Variables

time

transition

apply

onCompleteList

onUpdateList

onStartList

proporties

targetDisplayObj

targetGameObjectObj

targetCameraObj

timeNoraml

isRunning

isCompleted

runningTime

transitionType

delay

delayTime

loop

lastRealTime

useRealTime

useCustomTimeDelegate

tweenObjTimeDelegate