I need to create a UI with nodes and models with textures as buttons, this is because I want access to the Actions that the nodes benefit from as well as materials - for this my plan was to create a ray picking component and keep track of time and calls “RaycastEnd” on my target to perform a button action of some kind - just like the UI Button is doing it right now.
Is there already somewhere a component that will allow me to make nodes/models behave as buttons?
EDIT:
I am currently following this pattern until something else happens :D:
https://discourse.urho3d.io/t/detect-mouse-touch-event-in-separate-objects/1278