C# Class KEngine.Editor.KAutoBuilder

ファイルを表示 Open project: mr-kelly/KEngine Class Usage Examples

Public Methods

Method Description
PerformAndroidBuild ( string apkName, bool isDevelopment = true ) : string
PerformiOSBuild ( string ipaName, bool isDevelopment = true ) : string

Private Methods

Method Description
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

Method Details

PerformAndroidBuild() public static method

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

PerformiOSBuild() public static method

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