Hello,
How can I ignore a click on parent button, and trigger onPointerUpObservable of my child?
Note: I cannot use Rectangle for my parent because I need to apply texture to the parent
thank you
Hello,
How can I ignore a click on parent button, and trigger onPointerUpObservable of my child?
Note: I cannot use Rectangle for my parent because I need to apply texture to the parent
thank you
What about using GUI.Image as parent?
The problem with gui.image is that I cannot specify corner radius
Thank you! That works great!