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

AssetImportContext

class in UnityEditor.Experimental.AssetImporters

切换到手册

描述

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

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

变量

assetPath要导入的源资源文件的路径。
mainObjectAssetImportContext 上设置的主要对象。
selectedBuildTarget此值指示导入事件的目标平台。

公共函数

AddObjectToAsset向导入操作的结果添加对象。
DependsOnArtifactSetup artifact dependency to an asset.
DependsOnCustomDependencyAllows you to specify that an Asset has a custom dependency.
DependsOnSourceAssetAllows you to specify that an Asset depends directly on the source file of another Asset (as opposed to the import result of another asset).
GetObjects获取 AssetImportContext 上设置的对象列表。
GetResultPath返回给定扩展名的导入结果的存储路径。
LogImportError记录导入期间遇到的错误消息。
LogImportWarning记录导入期间遇到的警告消息。
SetMainObject设置导入的主要对象。