interface IReadableGenericActuator
package feathers.motion.effects.actuate
extends IGotoActuator, IGenericActuator
extended by MethodEffectActuator, SimpleEffectActuator
An extension to IGenericActuator
that makes the settings readable after
they've been modified.
1.0.0
.Methods
getAutoVisible():Bool
Gets whether toggles automatically based on alpha values
Returns:
Whether autoVisible should be enabled
1.0.0
.getDelay():Float
The delay before a tween is executed
Returns:
The amount of seconds to delay
1.0.0
.getDuration():Dynamic
The duration of the tween
Returns:
The duration, in seconds
1.0.0
.getEase():IEasing
The easing which is used when running the tween
Returns:
An easing equation, like Elastic.easeIn or Quad.easeOut
1.0.0
.getOnComplete():Dynamic
A function which will be called when the tween finishes
Returns:
The function to be called
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
1.0.0
.getOnPause():Dynamic
A function which will be called when the tween pauses
Returns:
The function to be called
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
1.0.0
.getOnRepeat():Dynamic
A function which will be called when the tween repeats
Returns:
The function to be called
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
1.0.0
.getOnResume():Dynamic
A function which will be called when the tween resumes after pausing
Returns:
The function to be called
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
1.0.0
.getOnUpdate():Dynamic
A function which will be called when the tween updates
Returns:
The function to be called
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
1.0.0
.getReflect():Bool
Returns whether the reverse value automatically changes when the tween repeats
Returns:
Whether reflect should be enabled
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
1.0.0
.getReverse():Bool
Gets whether the tween should be handled in reverse
Returns:
Whether the tween should be reversed
1.0.0
.getSmartRotation():Bool
Smart rotation prevents undesired results when tweening rotation values
Returns:
Whether smart rotation should be enabled
1.0.0
.getSnapping():Bool
Snapping causes tween values to be rounded automatically
Returns:
Whether tween values should be rounded
1.0.0
.