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< T > (string title, string content, Action< UnityEngine.Object > acceptCallback) |
Static Public Attributes | |
static readonly Vector2 | defaultSize = new Vector2(320, 140) |