Version: 1.4
LanguageEnglish
  • C#

AssetDatabase.ImportPackageFailedCallback

Declaration

public delegate void ImportPackageFailedCallback(string packageName, string errorMessage);

Description

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

ImportPackageCallback is used by AssetDatabase.importPackageFailed.


对文档有任何疑问,请移步至开发者社区提问,我们将尽快为您解答