Class: EditorRotateEvent โ
Hierarchy โ
โณ
EditorRotateEvent
Implements โ
Table of contents โ
Constructors โ
Properties โ
- SELECT
- HOVER
- target
- editor
- value
- oldValue
- worldOrigin
- origin
- ROTATE
- rotation
- type
- current
- bubbles
- phase
- isStopDefault
- isStop
- isStopNow
Accessors โ
Methods โ
Constructors โ
constructor โ
โข new EditorRotateEvent(type
, data?
)
Parameters โ
Name | Type |
---|---|
type | string |
data? | IEditorRotateEvent |
Overrides โ
Defined in โ
in/packages/editor/src/event/EditorRotateEvent.ts:13
Properties โ
SELECT โ
โช Static
SELECT: string
= 'editor.select'
Inherited from โ
Defined in โ
in/packages/editor/src/event/EditorEvent.ts:13
HOVER โ
โช Static
HOVER: string
= 'editor.hover'
Inherited from โ
Defined in โ
in/packages/editor/src/event/EditorEvent.ts:14
target โ
โข Readonly
target: IUI
Implementation of โ
Inherited from โ
Defined in โ
in/packages/editor/src/event/EditorEvent.ts:16
editor โ
โข Readonly
editor: IEditor
Implementation of โ
Inherited from โ
Defined in โ
in/packages/editor/src/event/EditorEvent.ts:17
value โ
โข Readonly
value: IUI
| IUI
[]
Implementation of โ
Inherited from โ
Defined in โ
in/packages/editor/src/event/EditorEvent.ts:19
oldValue โ
โข Readonly
oldValue: IUI
| IUI
[]
Implementation of โ
Inherited from โ
Defined in โ
in/packages/editor/src/event/EditorEvent.ts:20
worldOrigin โ
โข Readonly
worldOrigin: IPointData
Implementation of โ
IEditorRotateEvent.worldOrigin
Inherited from โ
Defined in โ
in/packages/editor/src/event/EditorEvent.ts:25
origin โ
โข Readonly
origin: IPointData
Implementation of โ
Inherited from โ
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 โ
Defined in โ
in/packages/editor/src/event/EditorRotateEvent.ts:11
type โ
โข Readonly
type: string
Implementation of โ
Inherited from โ
Defined in โ
leafer/packages/event/src/Event.ts:9
current โ
โข Readonly
current: IEventTarget
Implementation of โ
Inherited from โ
Defined in โ
leafer/packages/event/src/Event.ts:11
bubbles โ
โข Readonly
bubbles: boolean
= false
Implementation of โ
Inherited from โ
Defined in โ
leafer/packages/event/src/Event.ts:13
phase โ
โข Readonly
phase: number
Implementation of โ
Inherited from โ
Defined in โ
leafer/packages/event/src/Event.ts:14
isStopDefault โ
โข isStopDefault: boolean
Implementation of โ
IEditorRotateEvent.isStopDefault
Inherited from โ
Defined in โ
leafer/packages/event/src/Event.ts:16
isStop โ
โข isStop: boolean
Implementation of โ
Inherited from โ
Defined in โ
leafer/packages/event/src/Event.ts:17
isStopNow โ
โข isStopNow: boolean
Implementation of โ
Inherited from โ
Defined in โ
leafer/packages/event/src/Event.ts:18
Accessors โ
list โ
โข get
list(): IUI
[]
Returns โ
IUI
[]
Implementation of โ
Inherited from โ
EditorEvent.list
Defined in โ
in/packages/editor/src/event/EditorEvent.ts:22
oldList โ
โข get
oldList(): IUI
[]
Returns โ
IUI
[]
Implementation of โ
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 โ
Defined in โ
leafer/packages/event/src/Event.ts:25
stopNow โ
โธ stopNow(): void
Returns โ
void
Implementation of โ
Inherited from โ
Defined in โ
leafer/packages/event/src/Event.ts:30
stop โ
โธ stop(): void
Returns โ
void