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

static function DrawRegionSwatch (position : Rect, property : SerializedProperty, property2 : SerializedProperty, color : Color, bgColor : Color, curveRanges : Rect) : void

Description

Draw swatch with a filled region between two SerializedProperty curves.

static function DrawRegionSwatch (position : Rect, curve : AnimationCurve, curve2 : AnimationCurve, color : Color, bgColor : Color, curveRanges : Rect) : void

Description

Draw swatch with a filled region between two curves.