C# 클래스 Tools, UnityHello

Summary description for Tools
파일 보기 프로젝트 열기: woshihuo12/UnityHello 1 사용 예제들

공개 메소드들

메소드 설명
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值

메소드 상세

AddChildToTarget() 공개 정적인 메소드

public static AddChildToTarget ( Transform, target, Transform, child ) : void
target Transform,
child Transform,
리턴 void

AppContentPath() 공개 정적인 메소드

应用程序内容路径
public static AppContentPath ( ) : string
리턴 string

CallMethod() 공개 정적인 메소드

public static CallMethod ( string module, string func ) : object[]
module string
func string
리턴 object[]

ChangeChildLayer() 공개 정적인 메소드

public static ChangeChildLayer ( Transform, t, int layer ) : void
t Transform,
layer int
리턴 void

GetOS() 공개 정적인 메소드

public static GetOS ( ) : string
리턴 string

GetRelativePath() 공개 정적인 메소드

public static GetRelativePath ( ) : string
리턴 string

GetResManager() 공개 정적인 메소드

资源管理器
public static GetResManager ( ) : ResourceManager,
리턴 ResourceManager,

md5file() 공개 정적인 메소드

计算文件的MD5值
public static md5file ( string file ) : string
file string
리턴 string