Preparing search index...
The search index is not available
ue-too
ue-too
RawUserInputPublisherWithWebWorkerRelay
Class RawUserInputPublisherWithWebWorkerRelay
Implements
UserInputPublisher
Index
Constructors
constructor
Methods
notify
Pan
notify
Rotate
notify
Zoom
on
Constructors
constructor
new
RawUserInputPublisherWithWebWorkerRelay
(
webWorker
:
Worker
,
)
:
RawUserInputPublisherWithWebWorkerRelay
Parameters
webWorker
:
Worker
Returns
RawUserInputPublisherWithWebWorkerRelay
Methods
notify
Pan
notifyPan
(
diff
:
Point
)
:
void
Parameters
diff
:
Point
Returns
void
notify
Rotate
notifyRotate
(
deltaRotation
:
number
)
:
void
Parameters
deltaRotation
:
number
Returns
void
notify
Zoom
notifyZoom
(
deltaZoomAmount
:
number
,
anchorPoint
:
Point
)
:
void
Parameters
deltaZoomAmount
:
number
anchorPoint
:
Point
Returns
void
on
on
<
K
extends
keyof
RawUserInputEventMap
>
(
eventName
:
K
,
callback
:
(
event
:
RawUserInputEventMap
[
K
]
)
=>
void
,
)
:
UnsubscribeToUserRawInput
Type Parameters
K
extends
keyof
RawUserInputEventMap
Parameters
eventName
:
K
callback
:
(
event
:
RawUserInputEventMap
[
K
]
)
=>
void
Returns
UnsubscribeToUserRawInput
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
notify
Pan
notify
Rotate
notify
Zoom
on
ue-too
Loading...