C# Class UIUtil, UnityFramework

ui相关工具类 作者:于小懒
Afficher le fichier Open project: meta-42/uEasyKit Class Usage Examples

Méthodes publiques

Méthode Description
ClearUICache ( ) : void

清理UI缓存

CreateUI ( string pfbName, Transform parent, UnityAction func ) : void

创建面板,请求资源管理器

ShowDialogbox ( string content, UnityAction confirmFunc ) : void

显示对话窗

ShowTips ( string content ) : void

显示提示窗

Method Details

ClearUICache() public static méthode

清理UI缓存
public static ClearUICache ( ) : void
Résultat void

CreateUI() public static méthode

创建面板,请求资源管理器
public static CreateUI ( string pfbName, Transform parent, UnityAction func ) : void
pfbName string
parent Transform
func UnityAction
Résultat void

ShowDialogbox() public static méthode

显示对话窗
public static ShowDialogbox ( string content, UnityAction confirmFunc ) : void
content string
confirmFunc UnityAction
Résultat void

ShowTips() public static méthode

显示提示窗
public static ShowTips ( string content ) : void
content string
Résultat void