C# Class UnityEditor.DoubleCurvePresetsContentsForPopupWindow

Inheritance: PopupWindowContent
显示文件 Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Public Methods

Method Description
DoubleCurvePresetsContentsForPopupWindow ( DoubleCurve doubleCurveToSave, Action presetSelectedCallback ) : System
GetPresetLibraryEditor ( ) : PresetLibraryEditor
GetWindowSize ( ) : Vector2
InitIfNeeded ( ) : void
OnClose ( ) : void
OnGUI ( Rect rect ) : void

Private Methods

Method Description
AddDefaultPresetsToLibrary ( PresetLibrary presetLibrary ) : void
GetEditorPrefBaseName ( ) : string
GetSignedDoubleCurveDefaults ( ) : List
GetUnsignedDoubleCurveDefaults ( ) : List
GetUnsignedSingleCurveDefaults ( bool signedRange ) : List
IsSingleCurve ( DoubleCurve doubleCurve ) : bool
ItemClickedCallback ( int clickCount, object presetObject ) : void
PresetsWasReordered ( ) : void

Method Details

DoubleCurvePresetsContentsForPopupWindow() public method

public DoubleCurvePresetsContentsForPopupWindow ( DoubleCurve doubleCurveToSave, Action presetSelectedCallback ) : System
doubleCurveToSave DoubleCurve
presetSelectedCallback Action
return System

GetPresetLibraryEditor() public method

public GetPresetLibraryEditor ( ) : PresetLibraryEditor
return PresetLibraryEditor

GetWindowSize() public method

public GetWindowSize ( ) : Vector2
return Vector2

InitIfNeeded() public method

public InitIfNeeded ( ) : void
return void

OnClose() public method

public OnClose ( ) : void
return void

OnGUI() public method

public OnGUI ( Rect rect ) : void
rect UnityEngine.Rect
return void