An extension to IGenericActuator that makes the settings readable after they've been modified.

Available since

1.0.0

.

Methods

getAutoVisible():Bool

Gets whether toggles automatically based on alpha values

Returns:

Whether autoVisible should be enabled

Available since

1.0.0

.

getDelay():Float

The delay before a tween is executed

Returns:

The amount of seconds to delay

Available since

1.0.0

.

getDuration():Dynamic

The duration of the tween

Returns:

The duration, in seconds

Available since

1.0.0

.

getEase():IEasing

The easing which is used when running the tween

Returns:

An easing equation, like Elastic.easeIn or Quad.easeOut

Available since

1.0.0

.

getOnComplete():Dynamic

A function which will be called when the tween finishes

Returns:

The function to be called

Available since

1.0.0

.

getOnCompleteParams():Array<Dynamic>

The parameters to pass to the onComplete function.

Returns:

Parameters to pass to the handler function when it is called

Available since

1.0.0

.

getOnPause():Dynamic

A function which will be called when the tween pauses

Returns:

The function to be called

Available since

1.0.0

.

getOnPauseParams():Array<Dynamic>

The parameters to pass to the onPause function.

Returns:

Parameters to pass to the handler function when it is called

Available since

1.0.0

.

getOnRepeat():Dynamic

A function which will be called when the tween repeats

Returns:

The function to be called

Available since

1.0.0

.

getOnRepeatParams():Array<Dynamic>

The parameters to pass to the onRepeat function.

Returns:

Parameters to pass to the handler function when it is called

Available since

1.0.0

.

getOnResume():Dynamic

A function which will be called when the tween resumes after pausing

Returns:

The function to be called

Available since

1.0.0

.

getOnResumeParams():Array<Dynamic>

The parameters to pass to the onResume function.

Returns:

Parameters to pass to the handler function when it is called

Available since

1.0.0

.

getOnUpdate():Dynamic

A function which will be called when the tween updates

Returns:

The function to be called

Available since

1.0.0

.

getOnUpdateParams():Array<Dynamic>

The parameters to pass to the onUpdate function.

Returns:

Parameters to pass to the handler function when it is called

Available since

1.0.0

.

getReflect():Bool

Returns whether the reverse value automatically changes when the tween repeats

Returns:

Whether reflect should be enabled

Available since

1.0.0

.

getRepeat():Int

Returns whether the tween repeats after it finishes

Returns:

The number of times you would like the tween to repeat, or -1 if the tween should repeat indefinitely

Available since

1.0.0

.

getReverse():Bool

Gets whether the tween should be handled in reverse

Returns:

Whether the tween should be reversed

Available since

1.0.0

.

getSmartRotation():Bool

Smart rotation prevents undesired results when tweening rotation values

Returns:

Whether smart rotation should be enabled

Available since

1.0.0

.

getSnapping():Bool

Snapping causes tween values to be rounded automatically

Returns:

Whether tween values should be rounded

Available since

1.0.0

.

getTarget():Dynamic

The target of the tween

Returns:

The target of the tween

Available since

1.0.0

.