Select multiple polygons

Is there any way to select multiple entities that are stacked on top of each other in Cesium? For my application I need the user to be able to select a polygon, and if there are multiple ones in the same location, to be able to select the one they want from a list of some sort.

Cheers

From a UX standpoint, no. But you can easily do this yourself using Scene.drillpick

Thanks a bunch Matthew, that's what I was looking for.

Cheers