INTERNAL_CALL_GetCurvePreview() private method

private INTERNAL_CALL_GetCurvePreview ( int previewWidth, int previewHeight, bool useCurveRanges, Rect &curveRanges, AnimationCurve curve, Color &color ) : Texture2D
previewWidth int
previewHeight int
useCurveRanges bool
curveRanges UnityEngine.Rect
curve UnityEngine.AnimationCurve
color Color
return UnityEngine.Texture2D
 public static Texture2D GetCurvePreview(int previewWidth, int previewHeight, bool useCurveRanges, Rect curveRanges, AnimationCurve curve, Color color)
 {
     return(AnimationCurvePreviewCache.INTERNAL_CALL_GetCurvePreview(previewWidth, previewHeight, useCurveRanges, ref curveRanges, curve, ref color));
 }