Preparing search index...
The search index is not available
@niuee/board
@niuee/board
SimpleRelayFlowControl
Class SimpleRelayFlowControl
The simple relay flow control. This would be the default flow control for
Board
.
Implements
InputFlowControl
Index
Constructors
constructor
Methods
notify
Pan
Input
notify
Rotation
Input
notify
Zoom
Input
Constructors
constructor
new
SimpleRelayFlowControl
(
cameraRig
?:
CameraRig
)
:
SimpleRelayFlowControl
Parameters
cameraRig
:
CameraRig
= ...
Returns
SimpleRelayFlowControl
Methods
notify
Pan
Input
notifyPanInput
(
diff
:
Point
)
:
void
Parameters
diff
:
Point
Returns
void
notify
Rotation
Input
notifyRotationInput
(
deltaRotation
:
number
)
:
void
Parameters
deltaRotation
:
number
Returns
void
notify
Zoom
Input
notifyZoomInput
(
deltaZoomAmount
:
number
,
anchorPoint
:
Point
)
:
void
Parameters
deltaZoomAmount
:
number
anchorPoint
:
Point
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
notify
Pan
Input
notify
Rotation
Input
notify
Zoom
Input
@niuee/board
Loading...
The simple relay flow control. This would be the default flow control for Board.