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

Parámetros

positionThe rectangle to draw the color swatch within.
curveThe curve to draw.
propertyThe curve to draw as a SerializedProperty.
colorThe color to draw the curve with.
bgColorThe color to draw the background with.
curveRangesOptional parameter to specify the range of the curve which should be included in swatch.

Descripción

Draw a curve swatch.

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