Method | Description | |
---|---|---|
GetWindowSize ( ) : Vector2 |
The size of the popup window.
|
|
OnClose ( ) : void |
Callback when the popup window is closed.
|
|
OnGUI ( |
Callback for drawing GUI controls for the popup window.
|
|
OnOpen ( ) : void |
Callback when the popup window is opened.
|
Method | Description | |
---|---|---|
PopupWindowContent ( ) : System |
public abstract OnGUI ( |
||
rect | The rectangle to draw the GUI inside. | |
return | void |