Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

AssetDatabase.ImportPackageCallback

Declaration

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.