|
Is there a way to draw an horizontal line using EditorGUI / EditorGUILayout?
(comments are locked)
|
|
Here is the solution that I use in my editor scripts: Doesn't work for editor stuff (EditorGUILayout.Box() doesn't exist), which is what he asked, and what I'm looking for :s
Jan 09 at 03:37 PM
Steven 1
@Steven-1 You can use
Jan 09 at 03:52 PM
numberkruncher
oh, really? didn't know :s thanks
Jan 09 at 04:05 PM
Steven 1
how about just: that works best for me
Jan 09 at 04:40 PM
Steven 1
@Steven-1 You can simplify this to
Jan 09 at 04:45 PM
numberkruncher
(comments are locked)
|
|
(comments are locked)
|


As in a seperator?
Yes, as in a separator.
EditorGUILayout.Seperator(); try that
That's behaves exactly like EditorGUILayout.Space()