I want to show the tooltips/output names/conditons on the switch node as a label.
Visual example:
How can this be achieved in the GUI Editor?
I want to show the tooltips/output names/conditons on the switch node as a label.
Visual example:
How can this be achieved in the GUI Editor?
Welcome to the forum @zfox
Have you spotted that hovering over the node's outputs will show the condition that the output meets?
Yes, I have spotted that tooltip. However I'd like to always display something like this tooltip, regardless of mouse position
Unfortunately that is not possible. You could achieve something like this
I usually use a name for the switch with a question mark.
'output ?'
'color ?'
'device ?'
it gives a clear indication (to me) what the switch condition is looking for and it is limited to. I know that doesn't help you in your question, but just a tip as it makes flows much more readable. (would recommend to rename all nodes in similar fashion)