Property | Type | Description | |
---|---|---|---|
Templates | UITemplates |
Method | Description | |
---|---|---|
Close ( ) : bool | ||
Hide ( ) : void |
Hide DialogBox
|
|
Show ( DialogActions buttons = null, string title = null, string message = null, string focusButton = null, Vector3 position = null, Sprite icon = null, bool modal = true, Sprite modalSprite = null, Color modalColor = null, Canvas canvas = null, bool autoHide = false ) : void |
Show DialogBox
|
|
Template ( string template ) : DialogBox, |
Method | Description | |
---|---|---|
Awake ( ) : void | ||
CreateButtons ( DialogActions buttons, string focusButton ) : void | ||
CreateObject ( ) : void | ||
DeactivateButtons ( ) : void | ||
GetButton ( ) : Button, | ||
HideAuto ( ) : IEnumerator | ||
OnDestroy ( ) : void | ||
ResetParametres ( ) : void | ||
Return ( ) : void |
public Show ( DialogActions buttons = null, string title = null, string message = null, string focusButton = null, Vector3 position = null, Sprite icon = null, bool modal = true, Sprite modalSprite = null, Color modalColor = null, Canvas canvas = null, bool autoHide = false ) : void | ||
buttons | DialogActions | |
title | string | |
message | string | |
focusButton | string | |
position | Vector3 | |
icon | Sprite | |
modal | bool | |
modalSprite | Sprite | |
modalColor | Color | |
canvas | Canvas | |
autoHide | bool | |
return | void |
public static Template ( string template ) : DialogBox, | ||
template | string | |
return | DialogBox, |