com.haxepunk.tweens.misc.VarTween
- type
- class
- extends
- com.haxepunk.Tween
Tweens a numeric public property of an Object.
Constructor
- parameters
complete Optional completion callback.
type Tween type.
- parameters
object The object containing the property.
property The name of the property (eg. "x").
to Value to tween to.
duration Duration of the tween.
ease Optional easer function.