PickCallback<T>: ((eventOrCanvasCoordinate: MouseEvent | Vector2) => T[])

A pick function that is used by the drawtool to interact with the scene.

Type Parameters