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

描述

绘制在两条 SerializedProperty 曲线之间具有填充区域的样本。


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

描述

绘制在两条曲线之间具有填充区域的样本。