Version: 2021.3

AssetPostprocessor.GetPostprocessOrder

切换到手册
public int GetPostprocessOrder ();

描述

覆盖导入器的处理顺序。

通过覆盖 GetImportOrder,您可以对后处理器的执行顺序进行排序。 优先级较低的项将首先导入。 GetPostprocessOrder 函数不影响 OnPostprocessAllAssets 调用的顺序。