Skip to content
TypeAliasTweens & Motion@public

FlxTweenAxes

Axes accepted by sprite shake tweens.

ts
export type FlxTweenAxes = 'x' | 'y' | 'xy' | Readonly<{ x: boolean; y: boolean; }>

Released under the MIT License.