If I am using GUITExtures how do I go about figuring out if a GUITexture is touched?
Thank you in advance.
If I am using GUITExtures how do I go about figuring out if a GUITexture is touched?
Thank you in advance.
A GUITexture cannot "be touched". However, you can use Rect.Contains, and see if any fingers touched the screen in that box. TouchPhase.Began can be of help.