Hi there.
Just wondering what syntax is to bubble a click event past a mesh… so that it doesn’t block a click to a clickable thing underneath it.
(figured it would be easy to find, but coming up blank)
thanks!
Hi there.
Just wondering what syntax is to bubble a click event past a mesh… so that it doesn’t block a click to a clickable thing underneath it.
(figured it would be easy to find, but coming up blank)
thanks!
Hi @bigrig
Maybe isPickable
is what you need.
In this PG, I disabled picking line 17. Comment the line to get the picking back.
Indeed, that is the one. Thank you!
(funny name for it- wouldn’t have thought to search for that term).
Thanks. Was searching for this soltn for an hour