Skip to content

Class: EditorRotateEvent โ€‹

Hierarchy โ€‹

Implements โ€‹

Table of contents โ€‹

Constructors โ€‹

Properties โ€‹

Accessors โ€‹

Methods โ€‹

Constructors โ€‹

constructor โ€‹

โ€ข new EditorRotateEvent(type, data?)

Parameters โ€‹

NameType
typestring
data?IEditorRotateEvent

Overrides โ€‹

EditorEvent.constructor

Defined in โ€‹

in/packages/editor/src/event/EditorRotateEvent.ts:13

Properties โ€‹

SELECT โ€‹

โ–ช Static SELECT: string = 'editor.select'

Inherited from โ€‹

EditorEvent.SELECT

Defined in โ€‹

in/packages/editor/src/event/EditorEvent.ts:13


HOVER โ€‹

โ–ช Static HOVER: string = 'editor.hover'

Inherited from โ€‹

EditorEvent.HOVER

Defined in โ€‹

in/packages/editor/src/event/EditorEvent.ts:14


target โ€‹

โ€ข Readonly target: IUI

Implementation of โ€‹

IEditorRotateEvent.target

Inherited from โ€‹

EditorEvent.target

Defined in โ€‹

in/packages/editor/src/event/EditorEvent.ts:16


editor โ€‹

โ€ข Readonly editor: IEditor

Implementation of โ€‹

IEditorRotateEvent.editor

Inherited from โ€‹

EditorEvent.editor

Defined in โ€‹

in/packages/editor/src/event/EditorEvent.ts:17


value โ€‹

โ€ข Readonly value: IUI | IUI[]

Implementation of โ€‹

IEditorRotateEvent.value

Inherited from โ€‹

EditorEvent.value

Defined in โ€‹

in/packages/editor/src/event/EditorEvent.ts:19


oldValue โ€‹

โ€ข Readonly oldValue: IUI | IUI[]

Implementation of โ€‹

IEditorRotateEvent.oldValue

Inherited from โ€‹

EditorEvent.oldValue

Defined in โ€‹

in/packages/editor/src/event/EditorEvent.ts:20


worldOrigin โ€‹

โ€ข Readonly worldOrigin: IPointData

Implementation of โ€‹

IEditorRotateEvent.worldOrigin

Inherited from โ€‹

EditorEvent.worldOrigin

Defined in โ€‹

in/packages/editor/src/event/EditorEvent.ts:25


origin โ€‹

โ€ข Readonly origin: IPointData

Implementation of โ€‹

IEditorRotateEvent.origin

Inherited from โ€‹

EditorEvent.origin

Defined in โ€‹

in/packages/editor/src/event/EditorEvent.ts:26


ROTATE โ€‹

โ–ช Static ROTATE: string = 'editor.rotate'

Defined in โ€‹

in/packages/editor/src/event/EditorRotateEvent.ts:8


rotation โ€‹

โ€ข Readonly rotation: number

Implementation of โ€‹

IEditorRotateEvent.rotation

Defined in โ€‹

in/packages/editor/src/event/EditorRotateEvent.ts:11


type โ€‹

โ€ข Readonly type: string

Implementation of โ€‹

IEditorRotateEvent.type

Inherited from โ€‹

EditorEvent.type

Defined in โ€‹

leafer/packages/event/src/Event.ts:9


current โ€‹

โ€ข Readonly current: IEventTarget

Implementation of โ€‹

IEditorRotateEvent.current

Inherited from โ€‹

EditorEvent.current

Defined in โ€‹

leafer/packages/event/src/Event.ts:11


bubbles โ€‹

โ€ข Readonly bubbles: boolean = false

Implementation of โ€‹

IEditorRotateEvent.bubbles

Inherited from โ€‹

EditorEvent.bubbles

Defined in โ€‹

leafer/packages/event/src/Event.ts:13


phase โ€‹

โ€ข Readonly phase: number

Implementation of โ€‹

IEditorRotateEvent.phase

Inherited from โ€‹

EditorEvent.phase

Defined in โ€‹

leafer/packages/event/src/Event.ts:14


isStopDefault โ€‹

โ€ข isStopDefault: boolean

Implementation of โ€‹

IEditorRotateEvent.isStopDefault

Inherited from โ€‹

EditorEvent.isStopDefault

Defined in โ€‹

leafer/packages/event/src/Event.ts:16


isStop โ€‹

โ€ข isStop: boolean

Implementation of โ€‹

IEditorRotateEvent.isStop

Inherited from โ€‹

EditorEvent.isStop

Defined in โ€‹

leafer/packages/event/src/Event.ts:17


isStopNow โ€‹

โ€ข isStopNow: boolean

Implementation of โ€‹

IEditorRotateEvent.isStopNow

Inherited from โ€‹

EditorEvent.isStopNow

Defined in โ€‹

leafer/packages/event/src/Event.ts:18

Accessors โ€‹

list โ€‹

โ€ข get list(): IUI[]

Returns โ€‹

IUI[]

Implementation of โ€‹

IEditorRotateEvent.list

Inherited from โ€‹

EditorEvent.list

Defined in โ€‹

in/packages/editor/src/event/EditorEvent.ts:22


oldList โ€‹

โ€ข get oldList(): IUI[]

Returns โ€‹

IUI[]

Implementation of โ€‹

IEditorRotateEvent.oldList

Inherited from โ€‹

EditorEvent.oldList

Defined in โ€‹

in/packages/editor/src/event/EditorEvent.ts:23

Methods โ€‹

stopDefault โ€‹

โ–ธ stopDefault(): void

Returns โ€‹

void

Implementation of โ€‹

IEditorRotateEvent.stopDefault

Inherited from โ€‹

EditorEvent.stopDefault

Defined in โ€‹

leafer/packages/event/src/Event.ts:25


stopNow โ€‹

โ–ธ stopNow(): void

Returns โ€‹

void

Implementation of โ€‹

IEditorRotateEvent.stopNow

Inherited from โ€‹

EditorEvent.stopNow

Defined in โ€‹

leafer/packages/event/src/Event.ts:30


stop โ€‹

โ–ธ stop(): void

Returns โ€‹

void

Implementation of โ€‹

IEditorRotateEvent.stop

Inherited from โ€‹

EditorEvent.stop

Defined in โ€‹

leafer/packages/event/src/Event.ts:36

Released under the MIT License.