INTERNAL_CALL_GetCurvePreviewFilled() private method

private INTERNAL_CALL_GetCurvePreviewFilled ( int previewWidth, int previewHeight, bool useCurveRanges, Rect &curveRanges, AnimationCurve curve, Color &color, Color &topFillColor, Color &bottomFillColor ) : Texture2D
previewWidth int
previewHeight int
useCurveRanges bool
curveRanges UnityEngine.Rect
curve UnityEngine.AnimationCurve
color Color
topFillColor Color
bottomFillColor Color
return UnityEngine.Texture2D
コード例 #1
0
 public static Texture2D GetCurvePreviewFilled(int previewWidth, int previewHeight, bool useCurveRanges, Rect curveRanges, AnimationCurve curve, Color color, Color topFillColor, Color bottomFillColor)
 {
     return(AnimationCurvePreviewCache.INTERNAL_CALL_GetCurvePreviewFilled(previewWidth, previewHeight, useCurveRanges, ref curveRanges, curve, ref color, ref topFillColor, ref bottomFillColor));
 }