Method VerticalLine
- Namespace
- Gamelogic.Extensions.Editor
- Assembly
- Gamelogic.Extensions.Editor.dll
VerticalLine()
Draws a vertical line using the default splitter color and a thickness of 2.
public static void VerticalLine()
VerticalLine(Color, float)
Draws a vertical line with the specified color and thickness using GUILayout.
public static void VerticalLine(Color color, float thickness = 1)
Parameters
VerticalLine(float, GUIStyle)
Draws a vertical line with the specified thickness and style using GUILayout.
public static void VerticalLine(float thickness, GUIStyle splitterStyle)
Parameters
thicknessfloatThe thickness of the line in pixels.
splitterStyleGUIStyleThe UnityEngine.GUIStyle to use for drawing.