Version: 2017.3
Experimental: this API is experimental and might be changed or removed in the future.

AssetImportContext

class in UnityEditor.Experimental.AssetImporters

切换到手册

描述

在导入事件期间定义脚本化导入器的导入上下文。

此类包含 OnImportAsset() 任务的输入和输出信息。

变量

assetPath要导入的源资源文件的路径。
selectedBuildTarget此值指示导入事件的目标平台。

公共函数

AddObjectToAsset向导入操作的结果添加对象。
SetMainObjectSpecifies which object in the asset file should become the main object of the import opperation.