C# Class UnityEditor.PopupWindowContentForNewLibrary

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

Public Methods

Method Description
GetWindowSize ( ) : Vector2
OnGUI ( Rect rect ) : void
PopupWindowContentForNewLibrary ( Func createLibraryCallback ) : System

Private Methods

Method Description
CreateLibraryAndCloseWindow ( EditorWindow editorWindow ) : void
KeyboardHandling ( EditorWindow editorWindow ) : void

Method Details

GetWindowSize() public method

public GetWindowSize ( ) : Vector2
return Vector2

OnGUI() public method

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

PopupWindowContentForNewLibrary() public method

public PopupWindowContentForNewLibrary ( Func createLibraryCallback ) : System
createLibraryCallback Func
return System