|
Bundle Manager
1.2.1
|
Build helper contains APIs for bundle building.
You can use this to custom your own build progress.
Static Public Member Functions | |
| static void | ExportBMDatasToOutput () |
| Copy the configeration files to target directory. | |
| static void | ExportBundleDataFileToOutput () |
| Copy the bundle datas to target directory. | |
| static void | ExportBundleBuildDataFileToOutput () |
| Copy the bundle build states to target directory. | |
| static void | ExportBMConfigerFileToOutput () |
| Copy the bundle manager configeration file to target directory. | |
| static bool | IsBundleNeedBunild (BundleData bundle) |
| Detect if the bundle need update. | |
| static void | BuildAll () |
| Build all bundles. | |
| static void | RebuildAll () |
| Force rebuild all bundles. | |
| static void | BuildBundles (string[] bundles) |
| Build bundles. | |
1.8.4