Method | Description | |
---|---|---|
AddCurve ( CurveData, curveData ) : void | ||
AddCurveDataIfNeeded ( string curveName, CurveData, curveData ) : void | ||
GetAvailableColor ( ) : Color | ||
GetCurveColor ( UnityEditor.SerializedProperty max ) : Color | ||
Init ( ) : void | ||
IsAdded ( UnityEditor.SerializedProperty max ) : bool | ||
IsAdded ( UnityEditor.SerializedProperty min, UnityEditor.SerializedProperty max ) : bool | ||
OnDestroy ( ) : void | ||
OnDisable ( ) : void | ||
OnGUI ( Rect rect ) : void | ||
Refresh ( ) : void | ||
RemoveCurve ( UnityEditor.SerializedProperty max ) : void | ||
RemoveCurve ( UnityEditor.SerializedProperty min, UnityEditor.SerializedProperty max ) : void | ||
SetVisible ( UnityEditor.SerializedProperty curveProp, bool visible ) : void |
Method | Description | |
---|---|---|
Add ( CurveData, cd ) : void | ||
ContentChanged ( ) : void | ||
CreateCurveWrapper ( UnityEditor.SerializedProperty curve, int id, int regionId, Color color, bool signedRange, |
||
CreateCurveWrapperArray ( ) : UnityEditor.CurveWrapper[] | ||
CreateDoubleCurveFromTopMostCurve ( ) : |
||
DoLabelForTopMostCurve ( Rect rect ) : void | ||
DoOptimizeCurveButton ( Rect rect ) : void | ||
DoRemoveSelectedButton ( Rect rect ) : void | ||
FindIndex ( UnityEditor.SerializedProperty prop ) : int | ||
FindIndex ( UnityEditor.SerializedProperty min, UnityEditor.SerializedProperty max ) : int | ||
InitDoubleCurvePresets ( ) : void | ||
PresetCurveButtons ( Rect position, Rect curveEditorRect ) : void | ||
PresetDropDown ( Rect rect ) : void | ||
Remove ( int index ) : bool | ||
RemoveAll ( ) : void | ||
RemoveSelected ( ) : void | ||
RemoveTopMost ( ) : void | ||
SameColor ( Color c1, Color c2 ) : bool | ||
SaveChangedCurves ( ) : void | ||
SaveCurve ( UnityEditor.SerializedProperty prop, |
||
SetConstantCurve ( |
||
SetCurve ( |
||
SetTopMostCurve ( |
||
UndoRedoPerformed ( ) : void | ||
UpdateRangeBasedOnShownCurves ( ) : void |
public AddCurve ( CurveData, curveData ) : void | ||
curveData | CurveData, | |
return | void |
public AddCurveDataIfNeeded ( string curveName, CurveData, curveData ) : void | ||
curveName | string | |
curveData | CurveData, | |
return | void |
public GetCurveColor ( UnityEditor.SerializedProperty max ) : Color | ||
max | UnityEditor.SerializedProperty | |
return | Color |
public IsAdded ( UnityEditor.SerializedProperty max ) : bool | ||
max | UnityEditor.SerializedProperty | |
return | bool |
public IsAdded ( UnityEditor.SerializedProperty min, UnityEditor.SerializedProperty max ) : bool | ||
min | UnityEditor.SerializedProperty | |
max | UnityEditor.SerializedProperty | |
return | bool |
public RemoveCurve ( UnityEditor.SerializedProperty max ) : void | ||
max | UnityEditor.SerializedProperty | |
return | void |
public RemoveCurve ( UnityEditor.SerializedProperty min, UnityEditor.SerializedProperty max ) : void | ||
min | UnityEditor.SerializedProperty | |
max | UnityEditor.SerializedProperty | |
return | void |
public SetVisible ( UnityEditor.SerializedProperty curveProp, bool visible ) : void | ||
curveProp | UnityEditor.SerializedProperty | |
visible | bool | |
return | void |