How to ignore raycast

Hello,

I’m working on simple transition animation.

I applied .title_top_elem_btn to #Btn.
And I tested.
However, #Icon and #Name blocked the mouse hovering.
In ugui, I simply disable raycastTarget property.
I want to know the equivalent of raycastTarget in ui toolkit.

Thanks

Change the Picking Mode to Ignore in the Inspector window.

9014446--1242883--pickingmode.png

2 Likes

That helps me, Thanks!!!