C# Class UnityEditor.PopupWindowWithoutFocus

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

Public Methods

Method Description
Hide ( ) : void
IsVisible ( ) : bool
Show ( Rect activatorRect, PopupWindowContent windowContent ) : void

Private Methods

Method Description
FitWindowToContent ( ) : void
Init ( Rect activatorRect, PopupWindowContent windowContent, PopupLocationHelper locationPriorityOrder ) : void
OnDisable ( ) : void
OnEnable ( ) : void
OnGUI ( ) : void
OnGlobalMouseOrKeyEvent ( EventType type, KeyCode keyCode, Vector2 mousePosition ) : bool
ShouldShowWindow ( Rect activatorRect ) : bool
Show ( Rect activatorRect, PopupWindowContent windowContent, PopupLocationHelper locationPriorityOrder ) : void

Method Details

Hide() public static method

public static Hide ( ) : void
return void

IsVisible() public static method

public static IsVisible ( ) : bool
return bool

Show() public static method

public static Show ( Rect activatorRect, PopupWindowContent windowContent ) : void
activatorRect UnityEngine.Rect
windowContent PopupWindowContent
return void