EditorGUIUtility.DrawCurveSwatch Manual     Reference     Scripting  
Scripting > Editor Classes > EditorGUIUtility
EditorGUIUtility.DrawCurveSwatch

static function DrawCurveSwatch (position : Rect, curve : AnimationCurve, property : SerializedProperty, color : Color, bgColor : Color) : void

static function DrawCurveSwatch (position : Rect, curve : AnimationCurve, property : SerializedProperty, color : Color, bgColor : Color, curveRanges : Rect) : void

Parameters

NameDescription
position The rectangle to draw the color swatch within.
curve The curve to draw.
property The curve to draw as a SerializedProperty.
color The color to draw the curve with.
bgColor The color to draw the background with.
curveRanges Optional parameter to specify the range of the curve which should be included in swatch.

Description

Draw a curve swatch.

Pass in the curve to draw either with the curve parameter or with the property parameter.