C# 클래스 KEngine.Editor.KAutoBuilder

파일 보기 프로젝트 열기: mr-kelly/KEngine 1 사용 예제들

공개 메소드들

메소드 설명
PerformAndroidBuild ( string apkName, bool isDevelopment = true ) : string
PerformiOSBuild ( string ipaName, bool isDevelopment = true ) : string

비공개 메소드들

메소드 설명
ClearPersistentDataPath ( ) : void
ClearPlayerPrefs ( ) : void
GetProjectName ( ) : string
GetScenePaths ( ) : string[]
OpenPersistentDataPath ( ) : void
ParseArgs ( BuildOptions &opt, string &outputpath ) : void
PerformAndroidBuild ( ) : void
PerformBuild ( string outputpath, BuildTarget tag, BuildOptions opt ) : string

return full path or build

PerformWinBuild ( ) : void
PerformiOSBuild ( ) : void

메소드 상세

PerformAndroidBuild() 공개 정적인 메소드

public static PerformAndroidBuild ( string apkName, bool isDevelopment = true ) : string
apkName string
isDevelopment bool
리턴 string

PerformiOSBuild() 공개 정적인 메소드

public static PerformiOSBuild ( string ipaName, bool isDevelopment = true ) : string
ipaName string
isDevelopment bool
리턴 string