Click or drag to resize

EditorUtilsDrawColors Method (SerializedProperty, Rect)

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

Namespace:  Gamelogic.Extensions.Editor.Internal
Assembly:  Assembly-CSharp-Editor (in Assembly-CSharp-Editor.dll) Version: 0.0.0.0
Syntax
C#
public static void DrawColors(
	SerializedProperty colorsProp,
	Rect position
)

Parameters

colorsProp
Type: SerializedProperty
The colors property.
position
Type: Rect
The position.
See Also