Method | Description | |
---|---|---|
ClearUICache ( ) : void |
清理UI缓存
|
|
CreateUI ( string pfbName, Transform parent, UnityAction |
创建面板,请求资源管理器
|
|
ShowDialogbox ( string content, UnityAction confirmFunc ) : void |
显示对话窗
|
|
ShowTips ( string content ) : void |
显示提示窗
|
public static CreateUI ( string pfbName, Transform parent, UnityAction |
||
pfbName | string | |
parent | Transform | |
func | UnityAction |
|
return | void |
public static ShowDialogbox ( string content, UnityAction confirmFunc ) : void | ||
content | string | |
confirmFunc | UnityAction | |
return | void |
public static ShowTips ( string content ) : void | ||
content | string | |
return | void |