C# Class UnityEditorInternal.AnimationCurvePreviewCache

Show file Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Public Methods

Method Description
GetCurvePreview ( int previewWidth, int previewHeight, bool useCurveRanges, Rect curveRanges, AnimationCurve curve, Color color ) : Texture2D
GetCurvePreviewFilled ( int previewWidth, int previewHeight, bool useCurveRanges, Rect curveRanges, AnimationCurve curve, Color color, Color topFillColor, Color bottomFillColor ) : Texture2D
GetCurvePreviewRegion ( int previewWidth, int previewHeight, bool useCurveRanges, Rect curveRanges, AnimationCurve curve, AnimationCurve curve2, Color color ) : Texture2D
GetCurvePreviewRegionFilled ( int previewWidth, int previewHeight, bool useCurveRanges, Rect curveRanges, AnimationCurve curve, AnimationCurve curve2, Color color, Color topFillColor, Color bottomFillColor ) : Texture2D
GetPreview ( int previewWidth, int previewHeight, AnimationCurve curve, AnimationCurve curve2, Color color ) : Texture2D
GetPreview ( int previewWidth, int previewHeight, AnimationCurve curve, AnimationCurve curve2, Color color, Color topFillColor, Color bottomFillColor ) : Texture2D
GetPreview ( int previewWidth, int previewHeight, AnimationCurve curve, AnimationCurve curve2, Color color, Color topFillColor, Color bottomFillColor, Rect curveRanges ) : Texture2D
GetPreview ( int previewWidth, int previewHeight, AnimationCurve curve, AnimationCurve curve2, Color color, Rect curveRanges ) : Texture2D
GetPreview ( int previewWidth, int previewHeight, AnimationCurve curve, Color color ) : Texture2D
GetPreview ( int previewWidth, int previewHeight, AnimationCurve curve, Color color, Color topFillColor, Color bottomFillColor ) : Texture2D
GetPreview ( int previewWidth, int previewHeight, AnimationCurve curve, Color color, Color topFillColor, Color bottomFillColor, Rect curveRanges ) : Texture2D
GetPreview ( int previewWidth, int previewHeight, AnimationCurve curve, Color color, Rect curveRanges ) : Texture2D
GetPreview ( int previewWidth, int previewHeight, UnityEditor.SerializedProperty property, Color color ) : Texture2D
GetPreview ( int previewWidth, int previewHeight, UnityEditor.SerializedProperty property, Color color, Color topFillColor, Color bottomFillColor ) : Texture2D
GetPreview ( int previewWidth, int previewHeight, UnityEditor.SerializedProperty property, Color color, Color topFillColor, Color bottomFillColor, Rect curveRanges ) : Texture2D
GetPreview ( int previewWidth, int previewHeight, UnityEditor.SerializedProperty property, Color color, Rect curveRanges ) : Texture2D
GetPreview ( int previewWidth, int previewHeight, UnityEditor.SerializedProperty property, UnityEditor.SerializedProperty property2, Color color ) : Texture2D
GetPreview ( int previewWidth, int previewHeight, UnityEditor.SerializedProperty property, UnityEditor.SerializedProperty property2, Color color, Color topFillColor, Color bottomFillColor ) : Texture2D
GetPreview ( int previewWidth, int previewHeight, UnityEditor.SerializedProperty property, UnityEditor.SerializedProperty property2, Color color, Color topFillColor, Color bottomFillColor, Rect curveRanges ) : Texture2D
GetPreview ( int previewWidth, int previewHeight, UnityEditor.SerializedProperty property, UnityEditor.SerializedProperty property2, Color color, Rect curveRanges ) : Texture2D
GetPropertyPreview ( int previewWidth, int previewHeight, bool useCurveRanges, Rect curveRanges, UnityEditor.SerializedProperty property, Color color ) : Texture2D
GetPropertyPreviewFilled ( int previewWidth, int previewHeight, bool useCurveRanges, Rect curveRanges, UnityEditor.SerializedProperty property, Color color, Color topFillColor, Color bottomFillColor ) : Texture2D
GetPropertyPreviewRegion ( int previewWidth, int previewHeight, bool useCurveRanges, Rect curveRanges, UnityEditor.SerializedProperty property, UnityEditor.SerializedProperty property2, Color color ) : Texture2D
GetPropertyPreviewRegionFilled ( int previewWidth, int previewHeight, bool useCurveRanges, Rect curveRanges, UnityEditor.SerializedProperty property, UnityEditor.SerializedProperty property2, Color color, Color topFillColor, Color bottomFillColor ) : Texture2D

Private Methods

Method Description
ClearCache ( ) : void
INTERNAL_CALL_GetCurvePreview ( int previewWidth, int previewHeight, bool useCurveRanges, Rect &curveRanges, AnimationCurve curve, Color &color ) : Texture2D
INTERNAL_CALL_GetCurvePreviewFilled ( int previewWidth, int previewHeight, bool useCurveRanges, Rect &curveRanges, AnimationCurve curve, Color &color, Color &topFillColor, Color &bottomFillColor ) : Texture2D
INTERNAL_CALL_GetCurvePreviewRegion ( int previewWidth, int previewHeight, bool useCurveRanges, Rect &curveRanges, AnimationCurve curve, AnimationCurve curve2, Color &color ) : Texture2D
INTERNAL_CALL_GetCurvePreviewRegionFilled ( int previewWidth, int previewHeight, bool useCurveRanges, Rect &curveRanges, AnimationCurve curve, AnimationCurve curve2, Color &color, Color &topFillColor, Color &bottomFillColor ) : Texture2D
INTERNAL_CALL_GetPropertyPreview ( int previewWidth, int previewHeight, bool useCurveRanges, Rect &curveRanges, UnityEditor.SerializedProperty property, Color &color ) : Texture2D
INTERNAL_CALL_GetPropertyPreviewFilled ( int previewWidth, int previewHeight, bool useCurveRanges, Rect &curveRanges, UnityEditor.SerializedProperty property, Color &color, Color &topFillColor, Color &bottomFillColor ) : Texture2D
INTERNAL_CALL_GetPropertyPreviewRegion ( int previewWidth, int previewHeight, bool useCurveRanges, Rect &curveRanges, UnityEditor.SerializedProperty property, UnityEditor.SerializedProperty property2, Color &color ) : Texture2D
INTERNAL_CALL_GetPropertyPreviewRegionFilled ( int previewWidth, int previewHeight, bool useCurveRanges, Rect &curveRanges, UnityEditor.SerializedProperty property, UnityEditor.SerializedProperty property2, Color &color, Color &topFillColor, Color &bottomFillColor ) : Texture2D

Method Details

GetCurvePreview() public static method

public static 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

GetCurvePreviewFilled() public static method

public static 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

GetCurvePreviewRegion() public static method

public static GetCurvePreviewRegion ( int previewWidth, int previewHeight, bool useCurveRanges, Rect curveRanges, AnimationCurve curve, AnimationCurve curve2, Color color ) : Texture2D
previewWidth int
previewHeight int
useCurveRanges bool
curveRanges UnityEngine.Rect
curve UnityEngine.AnimationCurve
curve2 UnityEngine.AnimationCurve
color Color
return UnityEngine.Texture2D

GetCurvePreviewRegionFilled() public static method

public static GetCurvePreviewRegionFilled ( int previewWidth, int previewHeight, bool useCurveRanges, Rect curveRanges, AnimationCurve curve, AnimationCurve curve2, Color color, Color topFillColor, Color bottomFillColor ) : Texture2D
previewWidth int
previewHeight int
useCurveRanges bool
curveRanges UnityEngine.Rect
curve UnityEngine.AnimationCurve
curve2 UnityEngine.AnimationCurve
color Color
topFillColor Color
bottomFillColor Color
return UnityEngine.Texture2D

GetPreview() public static method

public static GetPreview ( int previewWidth, int previewHeight, AnimationCurve curve, AnimationCurve curve2, Color color ) : Texture2D
previewWidth int
previewHeight int
curve UnityEngine.AnimationCurve
curve2 UnityEngine.AnimationCurve
color Color
return UnityEngine.Texture2D

GetPreview() public static method

public static GetPreview ( int previewWidth, int previewHeight, AnimationCurve curve, AnimationCurve curve2, Color color, Color topFillColor, Color bottomFillColor ) : Texture2D
previewWidth int
previewHeight int
curve UnityEngine.AnimationCurve
curve2 UnityEngine.AnimationCurve
color Color
topFillColor Color
bottomFillColor Color
return UnityEngine.Texture2D

GetPreview() public static method

public static GetPreview ( int previewWidth, int previewHeight, AnimationCurve curve, AnimationCurve curve2, Color color, Color topFillColor, Color bottomFillColor, Rect curveRanges ) : Texture2D
previewWidth int
previewHeight int
curve UnityEngine.AnimationCurve
curve2 UnityEngine.AnimationCurve
color Color
topFillColor Color
bottomFillColor Color
curveRanges UnityEngine.Rect
return UnityEngine.Texture2D

GetPreview() public static method

public static GetPreview ( int previewWidth, int previewHeight, AnimationCurve curve, AnimationCurve curve2, Color color, Rect curveRanges ) : Texture2D
previewWidth int
previewHeight int
curve UnityEngine.AnimationCurve
curve2 UnityEngine.AnimationCurve
color Color
curveRanges UnityEngine.Rect
return UnityEngine.Texture2D

GetPreview() public static method

public static GetPreview ( int previewWidth, int previewHeight, AnimationCurve curve, Color color ) : Texture2D
previewWidth int
previewHeight int
curve UnityEngine.AnimationCurve
color Color
return UnityEngine.Texture2D

GetPreview() public static method

public static GetPreview ( int previewWidth, int previewHeight, AnimationCurve curve, Color color, Color topFillColor, Color bottomFillColor ) : Texture2D
previewWidth int
previewHeight int
curve UnityEngine.AnimationCurve
color Color
topFillColor Color
bottomFillColor Color
return UnityEngine.Texture2D

GetPreview() public static method

public static GetPreview ( int previewWidth, int previewHeight, AnimationCurve curve, Color color, Color topFillColor, Color bottomFillColor, Rect curveRanges ) : Texture2D
previewWidth int
previewHeight int
curve UnityEngine.AnimationCurve
color Color
topFillColor Color
bottomFillColor Color
curveRanges UnityEngine.Rect
return UnityEngine.Texture2D

GetPreview() public static method

public static GetPreview ( int previewWidth, int previewHeight, AnimationCurve curve, Color color, Rect curveRanges ) : Texture2D
previewWidth int
previewHeight int
curve UnityEngine.AnimationCurve
color Color
curveRanges UnityEngine.Rect
return UnityEngine.Texture2D

GetPreview() public static method

public static GetPreview ( int previewWidth, int previewHeight, UnityEditor.SerializedProperty property, Color color ) : Texture2D
previewWidth int
previewHeight int
property UnityEditor.SerializedProperty
color Color
return UnityEngine.Texture2D

GetPreview() public static method

public static GetPreview ( int previewWidth, int previewHeight, UnityEditor.SerializedProperty property, Color color, Color topFillColor, Color bottomFillColor ) : Texture2D
previewWidth int
previewHeight int
property UnityEditor.SerializedProperty
color Color
topFillColor Color
bottomFillColor Color
return UnityEngine.Texture2D

GetPreview() public static method

public static GetPreview ( int previewWidth, int previewHeight, UnityEditor.SerializedProperty property, Color color, Color topFillColor, Color bottomFillColor, Rect curveRanges ) : Texture2D
previewWidth int
previewHeight int
property UnityEditor.SerializedProperty
color Color
topFillColor Color
bottomFillColor Color
curveRanges UnityEngine.Rect
return UnityEngine.Texture2D

GetPreview() public static method

public static GetPreview ( int previewWidth, int previewHeight, UnityEditor.SerializedProperty property, Color color, Rect curveRanges ) : Texture2D
previewWidth int
previewHeight int
property UnityEditor.SerializedProperty
color Color
curveRanges UnityEngine.Rect
return UnityEngine.Texture2D

GetPreview() public static method

public static GetPreview ( int previewWidth, int previewHeight, UnityEditor.SerializedProperty property, UnityEditor.SerializedProperty property2, Color color ) : Texture2D
previewWidth int
previewHeight int
property UnityEditor.SerializedProperty
property2 UnityEditor.SerializedProperty
color Color
return UnityEngine.Texture2D

GetPreview() public static method

public static GetPreview ( int previewWidth, int previewHeight, UnityEditor.SerializedProperty property, UnityEditor.SerializedProperty property2, Color color, Color topFillColor, Color bottomFillColor ) : Texture2D
previewWidth int
previewHeight int
property UnityEditor.SerializedProperty
property2 UnityEditor.SerializedProperty
color Color
topFillColor Color
bottomFillColor Color
return UnityEngine.Texture2D

GetPreview() public static method

public static GetPreview ( int previewWidth, int previewHeight, UnityEditor.SerializedProperty property, UnityEditor.SerializedProperty property2, Color color, Color topFillColor, Color bottomFillColor, Rect curveRanges ) : Texture2D
previewWidth int
previewHeight int
property UnityEditor.SerializedProperty
property2 UnityEditor.SerializedProperty
color Color
topFillColor Color
bottomFillColor Color
curveRanges UnityEngine.Rect
return UnityEngine.Texture2D

GetPreview() public static method

public static GetPreview ( int previewWidth, int previewHeight, UnityEditor.SerializedProperty property, UnityEditor.SerializedProperty property2, Color color, Rect curveRanges ) : Texture2D
previewWidth int
previewHeight int
property UnityEditor.SerializedProperty
property2 UnityEditor.SerializedProperty
color Color
curveRanges UnityEngine.Rect
return UnityEngine.Texture2D

GetPropertyPreview() public static method

public static 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

GetPropertyPreviewFilled() public static method

public static GetPropertyPreviewFilled ( int previewWidth, int previewHeight, bool useCurveRanges, Rect curveRanges, UnityEditor.SerializedProperty property, Color color, Color topFillColor, Color bottomFillColor ) : Texture2D
previewWidth int
previewHeight int
useCurveRanges bool
curveRanges UnityEngine.Rect
property UnityEditor.SerializedProperty
color Color
topFillColor Color
bottomFillColor Color
return UnityEngine.Texture2D

GetPropertyPreviewRegion() public static method

public static GetPropertyPreviewRegion ( int previewWidth, int previewHeight, bool useCurveRanges, Rect curveRanges, UnityEditor.SerializedProperty property, UnityEditor.SerializedProperty property2, Color color ) : Texture2D
previewWidth int
previewHeight int
useCurveRanges bool
curveRanges UnityEngine.Rect
property UnityEditor.SerializedProperty
property2 UnityEditor.SerializedProperty
color Color
return UnityEngine.Texture2D

GetPropertyPreviewRegionFilled() public static method

public static GetPropertyPreviewRegionFilled ( int previewWidth, int previewHeight, bool useCurveRanges, Rect curveRanges, UnityEditor.SerializedProperty property, UnityEditor.SerializedProperty property2, Color color, Color topFillColor, Color bottomFillColor ) : Texture2D
previewWidth int
previewHeight int
useCurveRanges bool
curveRanges UnityEngine.Rect
property UnityEditor.SerializedProperty
property2 UnityEditor.SerializedProperty
color Color
topFillColor Color
bottomFillColor Color
return UnityEngine.Texture2D