Home
Giro3D framework
Piero application
Getting started with Giro3D
Giro3D examples
API documentation
Version v0.41.0
GitLab
Giro3D API (v0.41.0)
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
Giro3D API (v0.41.0)
Loading...
A pick function that is used by the drawtool to interact with the scene.