I’ve got a few UI items that I want to either show or hide depending on the type of build it is. Sure I could go in and manually make the changes before each of my builds, but it would be so much easier if I could just bind these to a variable that tells me what type of device this is on. (For example, I’ve got some UI buttons that make sense on a touch device, but would never be accessible on a Windows platform (unless you had a touch screen, I guess)
Is there anything like this?
Thanks,