UIPackageAddPackage Method |
| Name | Description | |
|---|---|---|
| AddPackage(String) |
Add a UI package from a path relative to Unity Resources path.
| |
| AddPackage(AssetBundle) |
Add a UI package from assetbundle.
| |
| AddPackage(String, UIPackageLoadResource) |
使用自定义的加载方式载入一个包。
| |
| AddPackage(AssetBundle, AssetBundle) |
Add a UI package from two assetbundles. desc and res can be same.
| |
| AddPackage(Byte, String, UIPackageLoadResource) |
使用自定义的加载方式载入一个包。
| |
| AddPackage(AssetBundle, AssetBundle, String) |
Add a UI package from two assetbundles with a optional main asset name.
|