Hello
i am studying some codes now and i found that the writer always write this code:
if(GUI.Button(Rect(currentX,currentY,itemIconSize.x,itemIconSize.y),item.itemIcon))
what does that code mean? i mean when you write if and put GUI.Button inside the condition