Beispiel #1
0
 private static Texture2D GetPropertyPreview(int previewWidth, int previewHeight, bool useCurveRanges, Rect curveRanges, SerializedProperty property, Color color)
 {
     return(AnimationCurvePreviewCache.GetPropertyPreview_Injected(previewWidth, previewHeight, useCurveRanges, ref curveRanges, property, ref color));
 }