Method | Description | |
---|---|---|
AddChildToTarget ( Transform, target, Transform, child ) : void | ||
AppContentPath ( ) : string |
应用程序内容路径
|
|
CallMethod ( string module, string func ) : object[] | ||
ChangeChildLayer ( Transform, t, int layer ) : void | ||
GetOS ( ) : string | ||
GetRelativePath ( ) : string | ||
GetResManager ( ) : ResourceManager, |
资源管理器
|
|
md5file ( string file ) : string |
计算文件的MD5值
|
public static AddChildToTarget ( Transform, target, Transform, child ) : void | ||
target | Transform, | |
child | Transform, | |
return | void |
public static CallMethod ( string module, string func ) : object[] | ||
module | string | |
func | string | |
return | object[] |
public static ChangeChildLayer ( Transform, t, int layer ) : void | ||
t | Transform, | |
layer | int | |
return | void |
public static GetResManager ( ) : ResourceManager, | ||
return | ResourceManager, |
public static md5file ( string file ) : string | ||
file | string | |
return | string |