|
static bool | HasTooltipInterface (GameObject go) |
|
static GameObject | CreateAnnotation (Vector3 position, Quaternion rotation, GameObject obj) |
|
static GameObject | CreateTooltip (Vector3 position, Quaternion rotation, GameObject obj) |
|
static GameObject | CreateSignalInfo (Vector3 position, Quaternion rotation, GameObject obj) |
|
static void | UIOpenPopUpWindow (GameObject obj, string msg, Action onsubmit, Action onCancel, string textokbutton, string textcancelbutton, string title="", int closeafterseconds=0, bool sizeable=false) |
|
static void | ClosePopUpWindow () |
|
static void | UIOpenwindow (GameObject obj, string WindowCont, string msg, Action onsubmit, Action onCancel, string textokbutton, string textcancelbutton, string title="", int closeafterseconds=0, bool sizeable=false) |
|
static string | GetInputFieldText () |
|
static void | CloseInputWindow () |
|
static Button | CreateInspectorButton () |
|