Click or drag to resize

EditorUtils Class

Provides utility methods used for editor code.
Inheritance Hierarchy
SystemObject
  Gamelogic.Extensions.Editor.InternalEditorUtils

Namespace:  Gamelogic.Extensions.Editor.Internal
Assembly:  Assembly-CSharp-Editor (in Assembly-CSharp-Editor.dll) Version: 0.0.0.0
Syntax
C#
public static class EditorUtils
Methods
  NameDescription
Public methodStatic memberDrawColors(SerializedProperty, Rect)
Draws swatches for a property that is an array of colors.
Public methodStatic memberDrawColors(Color, Rect, Int32, Int32, Single, Single)
Draws swatches for the list of colors.
Public methodStatic memberDrawNodeCurve(Rect, Rect)
Draws a curve from the start to the end rectangles.
Public methodStatic memberDrawNodeCurve(Rect, Vector3)
Draws a curve from the start to the end position.
Top
See Also