INTERNAL_CALL_GetPropertyPreview() private method

private INTERNAL_CALL_GetPropertyPreview ( int previewWidth, int previewHeight, bool useCurveRanges, Rect &curveRanges, UnityEditor.SerializedProperty property, Color &color ) : Texture2D
previewWidth int
previewHeight int
useCurveRanges bool
curveRanges UnityEngine.Rect
property UnityEditor.SerializedProperty
color Color
return UnityEngine.Texture2D
 public static Texture2D GetPropertyPreview(int previewWidth, int previewHeight, bool useCurveRanges, Rect curveRanges, SerializedProperty property, Color color)
 {
     return(AnimationCurvePreviewCache.INTERNAL_CALL_GetPropertyPreview(previewWidth, previewHeight, useCurveRanges, ref curveRanges, property, ref color));
 }