Class: EditorScaleEvent โ
Hierarchy โ
โณ
EditorScaleEvent
Implements โ
Table of contents โ
Constructors โ
Properties โ
- BEFORE_SELECT
- SELECT
- BEFORE_HOVER
- HOVER
- target
- editor
- value
- oldValue
- worldOrigin
- origin
- BEFORE_SCALE
- SCALE
- scaleX
- scaleY
- transform
- drag
- direction
- lockRatio
- around
- type
- current
- bubbles
- phase
- isStopDefault
- isStop
- isStopNow
Accessors โ
Methods โ
Constructors โ
constructor โ
โข new EditorScaleEvent(type
, data?
)
Parameters โ
Name | Type |
---|---|
type | string |
data? | IEditorScaleEvent |
Overrides โ
Defined in โ
in/packages/editor/src/event/EditorScaleEvent.ts:25
Properties โ
BEFORE_SELECT โ
โช Static
BEFORE_SELECT: string
= 'editor.before_select'
Inherited from โ
Defined in โ
in/packages/editor/src/event/EditorEvent.ts:13
SELECT โ
โช Static
SELECT: string
= 'editor.select'
Inherited from โ
Defined in โ
in/packages/editor/src/event/EditorEvent.ts:14
BEFORE_HOVER โ
โช Static
BEFORE_HOVER: string
= 'editor.before_hover'
Inherited from โ
Defined in โ
in/packages/editor/src/event/EditorEvent.ts:16
HOVER โ
โช Static
HOVER: string
= 'editor.hover'
Inherited from โ
Defined in โ
in/packages/editor/src/event/EditorEvent.ts:17
target โ
โข Readonly
target: IUI
Implementation of โ
Inherited from โ
Defined in โ
in/packages/editor/src/event/EditorEvent.ts:19
editor โ
โข Readonly
editor: IEditor
Implementation of โ
Inherited from โ
Defined in โ
in/packages/editor/src/event/EditorEvent.ts:20
value โ
โข Readonly
value: IUI
| IUI
[]
Implementation of โ
Inherited from โ
Defined in โ
in/packages/editor/src/event/EditorEvent.ts:22
oldValue โ
โข Readonly
oldValue: IUI
| IUI
[]
Implementation of โ
Inherited from โ
Defined in โ
in/packages/editor/src/event/EditorEvent.ts:23
worldOrigin โ
โข Readonly
worldOrigin: IPointData
Implementation of โ
Inherited from โ
Defined in โ
in/packages/editor/src/event/EditorEvent.ts:28
origin โ
โข Readonly
origin: IPointData
Implementation of โ
Inherited from โ
Defined in โ
in/packages/editor/src/event/EditorEvent.ts:29
BEFORE_SCALE โ
โช Static
BEFORE_SCALE: string
= 'editor.before_scale'
Defined in โ
in/packages/editor/src/event/EditorScaleEvent.ts:11
SCALE โ
โช Static
SCALE: string
= 'editor.scale'
Defined in โ
in/packages/editor/src/event/EditorScaleEvent.ts:12
scaleX โ
โข Readonly
scaleX: number
Implementation of โ
Defined in โ
in/packages/editor/src/event/EditorScaleEvent.ts:15
scaleY โ
โข Readonly
scaleY: number
Implementation of โ
Defined in โ
in/packages/editor/src/event/EditorScaleEvent.ts:16
transform โ
โข Optional
Readonly
transform: IMatrixData
Implementation of โ
Defined in โ
in/packages/editor/src/event/EditorScaleEvent.ts:17
drag โ
โข Readonly
drag: IDragEvent
Implementation of โ
Defined in โ
in/packages/editor/src/event/EditorScaleEvent.ts:19
direction โ
โข Readonly
direction: Direction9
Implementation of โ
Defined in โ
in/packages/editor/src/event/EditorScaleEvent.ts:21
lockRatio โ
โข Readonly
lockRatio: boolean
Implementation of โ
Defined in โ
in/packages/editor/src/event/EditorScaleEvent.ts:22
around โ
โข Readonly
around: IAround
Implementation of โ
Defined in โ
in/packages/editor/src/event/EditorScaleEvent.ts:23
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 โ
IEditorScaleEvent.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:25
oldList โ
โข get
oldList(): IUI
[]
Returns โ
IUI
[]
Implementation of โ
Inherited from โ
EditorEvent.oldList
Defined in โ
in/packages/editor/src/event/EditorEvent.ts:26
Methods โ
stopDefault โ
โธ stopDefault(): void
Returns โ
void
Implementation of โ
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