ClassTweens & Motion@public
FlxVarTween
Numeric property tween created by FlxTween.tween.
ts
export declare class FlxVarTween<T extends object = object> extends FlxTweenConstructors
ts
constructor(target: T, values: Record<string, number>, duration: number, options?: FlxTweenOptions, manager?: FlxTweenManager)Constructs a new instance of the FlxVarTween class
| Parameter | Type | Description |
|---|---|---|
target | T | - |
values | Record<string, number> | - |
duration | number | - |
options | FlxTweenOptions | - |
manager | FlxTweenManager | - |
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
target | readonly | T | - |
Methods
destroy()
ts
destroy(): voidReturns: void