Table of Contents

Class EditorUtils

Namespace
Gamelogic.Extensions.Editor.Internal
Assembly
Gamelogic.Extensions.Editor.dll

Provides utility methods used for editor code.

public static class EditorUtils
Inheritance
EditorUtils
Inherited Members

Methods

DrawColors(SerializedProperty, Rect)

Draws swatches for a property that is an array of colors.

DrawColors(Color[], Rect, int, int, float, float)

Draws swatches for the list of colors.

DrawNodeCurve(Rect, Rect)

Draws a curve from the start to the end rectangles.

DrawNodeCurve(Rect, Vector3)

Draws a curve from the start to the end position.