class in UnityEditor.Experimental.AssetImporters
Used by ScriptableImporter child classes and defines the argument passed to OnImportAsset().
此类包含 OnImportAsset() 任务的输入和输出信息。
| assetPath | The path of the Asset file to be imported. |
| selectedBuildTarget | This indicates what platform the Asset import event is targetting. |
| AddSubAsset | Adds a sub-Asset to the result of the import operation. |
| SetMainAsset | Set's the main Asset to the result of the import operation. |