API (v2.0.0) - Giro3D
Preparing search index...
interactions/DrawTool
PickCallback
Type Alias PickCallback<T>
PickCallback
:
(
eventOrCanvasCoordinate
:
MouseEvent
|
Vector2
)
=>
T
[]
A pick function that is used by the drawtool to interact with the scene.
Type Parameters
T
extends
PickResult
=
PickResult
Type Declaration
(
eventOrCanvasCoordinate
:
MouseEvent
|
Vector2
)
:
T
[]
Parameters
eventOrCanvasCoordinate
:
MouseEvent
|
Vector2
Returns
T
[]
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
API (v2.0.0) - Giro3D
Loading...
A pick function that is used by the drawtool to interact with the scene.