We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8d6232 commit 51fba44Copy full SHA for 51fba44
packages/engine/Source/Scene/Picking.js
@@ -791,7 +791,7 @@ function addDrillPickedResults(
791
/**
792
* Drill pick by repeatedly calling a given `pickCallback`, each time stripping away the previously picked objects.
793
* @param {number} [limit=Number.MAX_VALUE] If supplied, stop drilling after collecting this many picks
794
- * @param {(limit: number) => object[]} pickCallback Pick callback to execute each iteration
+ * @param {function(number): object[]} pickCallback Pick callback to execute each iteration
795
* @returns {object[]} List of picked results
796
*/
797
function drillPick(limit, pickCallback) {
0 commit comments