Home
Giro3D framework
Piero application
Getting started with Giro3D
Giro3D examples
API documentation
Version v0.42.1
GitLab
API (v0.42.1) - Giro3D
interactions
PickCallback
Type Alias PickCallback<T>
Pick
Callback
<
T
>
:
(
(
eventOrCanvasCoordinate
:
MouseEvent
|
Vector2
)
=>
T
[]
)
A pick function that is used by the drawtool to interact with the scene.
Type Parameters
T
extends
PickResult
=
PickResult
Settings
Member Visibility
Protected
Inherited
External
API (v0.42.1) - Giro3D
Loading...
A pick function that is used by the drawtool to interact with the scene.