C# Class UnityEditor.CurvePresetsContentsForPopupWindow

Inheritance: PopupWindowContent
Afficher le fichier Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Méthodes publiques

Méthode Description
CurvePresetsContentsForPopupWindow ( AnimationCurve animCurve, CurveLibraryType curveLibraryType, Action presetSelectedCallback ) : System
GetBasePrefText ( CurveLibraryType curveLibraryType ) : string
GetPresetLibraryEditor ( ) : PresetLibraryEditor
GetWindowSize ( ) : Vector2
InitIfNeeded ( ) : void
OnClose ( ) : void
OnGUI ( Rect rect ) : void

Private Methods

Méthode Description
AddDefaultPresetsToLibrary ( PresetLibrary presetLibrary ) : void
GetExtension ( CurveLibraryType curveLibraryType ) : string
ItemClickedCallback ( int clickCount, object presetObject ) : void
OnPresetsWasReordered ( ) : void

Method Details

CurvePresetsContentsForPopupWindow() public méthode

public CurvePresetsContentsForPopupWindow ( AnimationCurve animCurve, CurveLibraryType curveLibraryType, Action presetSelectedCallback ) : System
animCurve UnityEngine.AnimationCurve
curveLibraryType CurveLibraryType
presetSelectedCallback Action
Résultat System

GetBasePrefText() public static méthode

public static GetBasePrefText ( CurveLibraryType curveLibraryType ) : string
curveLibraryType CurveLibraryType
Résultat string

GetPresetLibraryEditor() public méthode

public GetPresetLibraryEditor ( ) : PresetLibraryEditor
Résultat PresetLibraryEditor

GetWindowSize() public méthode

public GetWindowSize ( ) : Vector2
Résultat Vector2

InitIfNeeded() public méthode

public InitIfNeeded ( ) : void
Résultat void

OnClose() public méthode

public OnClose ( ) : void
Résultat void

OnGUI() public méthode

public OnGUI ( Rect rect ) : void
rect UnityEngine.Rect
Résultat void