Method | Description | |
---|---|---|
Build ( string outputDir, string inputs, BuildTarget, targetPlatform ) : void | ||
BuildWithByteCode ( string outputDir, string inputs, BuildTarget, targetPlatform ) : void | ||
BuildWithRaw ( string outputDir, string inputs, BuildTarget, targetPlatform ) : void | ||
Compile ( ) : ShellHelper.ShellRequest, | ||
Compile ( string input ) : ShellHelper.ShellRequest, | ||
LuaAssetBundleBuilder ( ) : System.Collections | ||
LuaAssetBundleBuilder ( string luaCompiler ) : System.Collections |
Method | Description | |
---|---|---|
RenameFile ( string from, string to ) : void |
public Build ( string outputDir, string inputs, BuildTarget, targetPlatform ) : void | ||
outputDir | string | |
inputs | string | |
targetPlatform | BuildTarget, | |
return | void |
public BuildWithByteCode ( string outputDir, string inputs, BuildTarget, targetPlatform ) : void | ||
outputDir | string | |
inputs | string | |
targetPlatform | BuildTarget, | |
return | void |
public BuildWithRaw ( string outputDir, string inputs, BuildTarget, targetPlatform ) : void | ||
outputDir | string | |
inputs | string | |
targetPlatform | BuildTarget, | |
return | void |
public Compile ( ) : ShellHelper.ShellRequest, | ||
return | ShellHelper.ShellRequest, |
public Compile ( string input ) : ShellHelper.ShellRequest, | ||
input | string | |
return | ShellHelper.ShellRequest, |
public LuaAssetBundleBuilder ( ) : System.Collections | ||
return | System.Collections |
public LuaAssetBundleBuilder ( string luaCompiler ) : System.Collections | ||
luaCompiler | string | |
return | System.Collections |