Skip to content

flip

镜像/翻转元素。

关键方法

flip( axis:'x' | 'y' )

世界坐标系 中, 按轴方向 镜像/翻转元素。

ts
// 按X轴镜像元素
rect.flip('x')

归属

UI

Released under the MIT License.