Table of Contents

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

color Color

The color of the line.

thickness float

The thickness of the line in pixels.

VerticalLine(float, GUIStyle)

Draws a vertical line with the specified thickness and style using GUILayout.

public static void VerticalLine(float thickness, GUIStyle splitterStyle)

Parameters

thickness float

The thickness of the line in pixels.

splitterStyle GUIStyle

The UnityEngine.GUIStyle to use for drawing.