Class GLEditorGUI
- Namespace
- Gamelogic.Extensions.Editor
- Assembly
- Gamelogic.Extensions.Editor.dll
Functions to supplement Unity EditorGUI functions.
[Version(1, 2, 0)]
public static class GLEditorGUI
- Inheritance
-
GLEditorGUI
- Inherited Members
Fields
- LineStyle
The UnityEngine.GUIStyle used to draw vertical lines.
- SplitterStyle
The UnityEngine.GUIStyle used to draw horizontal splitter lines.
Methods
- Header(string)
Draws a bold header label in the Unity Editor.
- Splitter(float)
Draws a horizontal splitter line with the default style and the specified thickness using GUILayout.
- Splitter(float, GUIStyle)
Draws a horizontal splitter line with the specified thickness and style using GUILayout.
- Splitter(Color, float)
Draws a horizontal splitter line with the specified color and thickness using GUILayout.
- Splitter(Rect)
Draws a horizontal splitter line at the specified position.
- VerticalLine()
Draws a vertical line using the default splitter color and a thickness of 2.
- VerticalLine(float, GUIStyle)
Draws a vertical line with the specified thickness and style using GUILayout.
- VerticalLine(Color, float)
Draws a vertical line with the specified color and thickness using GUILayout.