Inherits CrossLink.PanelBase.
|
|
void | OnInit (string titleStr, string contentStr, System.Action< UIEvent > action1, System.Action< UIEvent > action2) |
| |
|
void | FadeIn (System.Action onFin=null) |
| |
|
void | FadeOut (System.Action onFin=null) |
| |
|
virtual void | OnInit () |
| |
|
virtual void | OnRelease () |
| |
|
void | Exit () |
| |
|
|
static void | ShowMessageDialog (string title, string content, System.Action< UIEvent > actionL, System.Action< UIEvent > actionR) |
| |
|
|
UIButton | btnL |
| |
|
UIButton | btnR |
| |
|
Text | title |
| |
|
Text | content |
| |
|
string | panelName |
| |
|
bool | ignoreFadeEffect = false |
| |
|
|
virtual void | OnExit () |
| |
|
CanvasGroup | canvasGroup |
| |