View source
class MethodEffectActuator<T>
package feathers.motion.effects.actuate
extends MethodActuator
implements IReadableGenericActuator
Extends MethodActuator
by adding methods to read the settings after
they've been modified.
Available since
1.0.0
.Constructor
new(target:T, duration:Float, properties:Dynamic)
Creates a new MethodEffectActuator
object from the given arguments.
Available since
1.0.0
.