Skip to content

EditorRotateEvent

旋转事件。

事件属性

rotation: number

旋转角度。

transform?: IMatrixData

变换属性,当选择多个元素进行旋转时,内部会通过 transform 操作元素进行变换。

事件名称

EditorRotateEvent.ROTATE

旋转元素事件。

editor.rotate

辅助

editor.editBox.enterPoint 表示当前正在操作的控制点。

继承

Event

API

EditorRotateEvent

Released under the MIT License.