AssetDatabase.ImportPackageCallback

public delegate void ImportPackageCallback(string packageName);

Description 描述

Delegate to be called from AssetDatabase.ImportPackage callbacks. packageName is the name of the package that raised the callback.