Preparing search index...
The search index is not available
@niuee/board
@niuee/board
PanContext
Interface PanContext
The context for the pan control state machine.
interface
PanContext
{
camera
:
BoardCamera
;
limitEntireViewPort
:
boolean
;
panBy
:
(
delta
:
Point
)
=>
void
;
panTo
:
(
target
:
Point
)
=>
void
;
cleanup
()
:
void
;
setup
()
:
void
;
}
Hierarchy (
View Summary
)
BaseContext
PanContext
Implemented by
CameraRig
Index
Properties
camera
limit
Entire
View
Port
pan
By
pan
To
Methods
cleanup
setup
Properties
camera
camera
:
BoardCamera
limit
Entire
View
Port
limitEntireViewPort
:
boolean
pan
By
panBy
:
(
delta
:
Point
)
=>
void
pan
To
panTo
:
(
target
:
Point
)
=>
void
Methods
cleanup
cleanup
()
:
void
Returns
void
setup
setup
()
:
void
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
camera
limit
Entire
View
Port
pan
By
pan
To
Methods
cleanup
setup
@niuee/board
Loading...
The context for the pan control state machine.