메소드 | 설명 | |
---|---|---|
ShowMessageDialog ( string content, string title ) : void | ||
ShowMessageDialogWithInput ( string content, string title, string trueCommand, string falseCommand, System.Action callbackOnTrue, System.Action callBackOnFalse = null ) : void |
public ShowMessageDialog ( string content, string title ) : void | ||
content | string | |
title | string | |
리턴 | void |
public ShowMessageDialogWithInput ( string content, string title, string trueCommand, string falseCommand, System.Action callbackOnTrue, System.Action callBackOnFalse = null ) : void | ||
content | string | |
title | string | |
trueCommand | string | |
falseCommand | string | |
callbackOnTrue | System.Action | |
callBackOnFalse | System.Action | |
리턴 | void |