Property | Type | Description | |
---|---|---|---|
_cancelButton | UIButton | ||
_description | UILabel | ||
_dontShowAgainCheckbox | UICheckBox | ||
_okButton | UIButton | ||
_scrollbar | UIScrollbar | ||
_title | UILabel | ||
s_instance |
Method | Description | |
---|---|---|
InitPanel ( ) : bool | ||
Show ( string title, string description, bool showScrollbar, bool playFireworks ) : void | ||
Show ( string title, string description, bool showScrollbar, string okButtonText, System.Action okCallback, string cancelButtonText, System.Action cancelCallback, bool playFireworks ) : void | ||
Show ( string title, string description, bool showScrollbar, string url, string urlButtonText, bool playFireworks ) : void |
public Show ( string title, string description, bool showScrollbar, bool playFireworks ) : void | ||
title | string | |
description | string | |
showScrollbar | bool | |
playFireworks | bool | |
return | void |
public Show ( string title, string description, bool showScrollbar, string okButtonText, System.Action okCallback, string cancelButtonText, System.Action cancelCallback, bool playFireworks ) : void | ||
title | string | |
description | string | |
showScrollbar | bool | |
okButtonText | string | |
okCallback | System.Action | |
cancelButtonText | string | |
cancelCallback | System.Action | |
playFireworks | bool | |
return | void |
public Show ( string title, string description, bool showScrollbar, string url, string urlButtonText, bool playFireworks ) : void | ||
title | string | |
description | string | |
showScrollbar | bool | |
url | string | |
urlButtonText | string | |
playFireworks | bool | |
return | void |
protected UICheckBox _dontShowAgainCheckbox | ||
return | UICheckBox |