Set input processing globally?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Footurist

Since set_input_processing(false) will not affect children apparently, is there any way to efficiently disabling input processing for a whole hirarchy? Right no I’m using a loop which goes through the whole hirarchy and sets every node, which is kinda ridiculous obviously.

I don’t think there is an elegant way :frowning:

What about adding the nodes to a group. Then u can call a function to set the true/false state of process on everything in group? You will still have to iterate the children in itially to add them to the group though.

2D||!2D | 2018-03-05 00:44

Thanks. I’ll stick with the iterating then. :stuck_out_tongue:

Footurist | 2018-03-05 01:59