|
My Project
|
Public Types | |
| enum | DialogResult { Accept , Cancel } |
Public Member Functions | |
| void | CloseDialog (DialogResult result) |
| override void | OnImGUI () |
Static Public Member Functions | |
| static void | ShowDialog (string title, string content, Action< string > acceptCallback) |
Static Public Attributes | |
| static readonly Vector2 | defaultSize = new Vector2(320, 140) |