- Home /
Can you use GUIStyle with GUILayout?
I tried it and got an error that GUIContent had some invalid arguments. How do you use GUIStyle with GUILayout? I really need to do it.
Comment
If you F12 in $$anonymous$$onoDevelop on GUILayout you can see the various methods, and find out which ones take a GUIStyle as an argument
Your answer
Follow this Question
Related Questions
GUI Style Issue-- Texture not changing 2 Answers
Using treeview OnGUI with GUIlayout 0 Answers
NullreferenceException, BeginScrollView style change 3 Answers
button with content in multiple colors 3 Answers