C# 클래스 UIUtil, UnityFramework

ui相关工具类 作者:于小懒
파일 보기 프로젝트 열기: meta-42/uEasyKit 1 사용 예제들

공개 메소드들

메소드 설명
ClearUICache ( ) : void

清理UI缓存

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

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

ShowDialogbox ( string content, UnityAction confirmFunc ) : void

显示对话窗

ShowTips ( string content ) : void

显示提示窗

메소드 상세

ClearUICache() 공개 정적인 메소드

清理UI缓存
public static ClearUICache ( ) : void
리턴 void

CreateUI() 공개 정적인 메소드

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

ShowDialogbox() 공개 정적인 메소드

显示对话窗
public static ShowDialogbox ( string content, UnityAction confirmFunc ) : void
content string
confirmFunc UnityAction
리턴 void

ShowTips() 공개 정적인 메소드

显示提示窗
public static ShowTips ( string content ) : void
content string
리턴 void