- Home /
toolbar and if selection
Hi i have one toolbar to select item. ok
I need to know how item was selected and when. eg:
how: idTexture= GUI.Toolbar(Rect (10, 500, 250, 30), idTexture,theTexture);
when: if(GUI.Toolbar(Rect (10, 500, 250, 30),idTexture,theTexture)) { }
my problem is that i cant use the solutions together. How can i merge this?
Comment
Your answer
Follow this Question
Related Questions
How are the if's in a GUI.Toolbar handled? 1 Answer
GUI Texture in toolbar (C#) 1 Answer
if inside if statement 1 Answer
Check if two strings are the same 2 Answers
if,if,if, string cases, and if not, then something else? 1 Answer