C# Class UnityEditor.PackageUtility

显示文件 Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Private Methods

Method Description
BuildExportPackageItemsList ( string guids, bool dependencies ) : UnityEditor.ExportPackageItem[]
ExportPackage ( string guids, string fileName ) : void
ExtractAndPrepareAssetList ( string packagePath, string &packageIconPath, bool &canPerformReInstall ) : UnityEditor.ImportPackageItem[]
ImportPackageAssets ( string packageName, ImportPackageItem items, bool performReInstall ) : void
ImportPackageAssetsImmediately ( string packageName, ImportPackageItem items, bool performReInstall ) : void