EditorGUIUtility.DrawRegionSwatch

public static void DrawRegionSwatch(Rect position, SerializedProperty property, SerializedProperty property2, Color color, Color bgColor, Rect curveRanges);

Description 描述

Draw swatch with a filled region between two SerializedProperty curves.


public static void DrawRegionSwatch(Rect position, AnimationCurve curve, AnimationCurve curve2, Color color, Color bgColor, Rect curveRanges);

Description 描述

Draw swatch with a filled region between two curves.