View source
class SimpleEffectActuator<T, U>
package feathers.motion.effects.actuate
extends SimpleActuator
implements IReadableGenericActuator
Extends SimpleActuator
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 SimpleEffectActuator
object from the given arguments.
Available since
1.0.0
.