Class RenamePopup
Inheritance
System.Object
    RenamePopup
  Namespace: PiXYZ.Tools.Editor
Assembly: cs.temp.dll.dll
Syntax
public class RenamePopup : PopupWindowContent
  Constructors
RenamePopup(IRenamable)
Declaration
public RenamePopup(IRenamable renamable)
  Parameters
| Type | Name | Description | 
|---|---|---|
| IRenamable | renamable | 
Methods
GetWindowSize()
Declaration
public override Vector2 GetWindowSize()
  Returns
| Type | Description | 
|---|---|
| Vector2 | 
OnClose()
Declaration
public override void OnClose()
  OnGUI(Rect)
Declaration
public override void OnGUI(Rect rect)
  Parameters
| Type | Name | Description | 
|---|---|---|
| Rect | rect | 
OnOpen()
Declaration
public override void OnOpen()