IUnityLinkerProcessor

interface in UnityEditor.Build


实现接口:IOrderedCallback

切换到手册

描述

实现此接口可接收与 UnityLinker 的运行相关的回调。

公共函数

GenerateAdditionalLinkXmlFile生成附加的 link.xml 文件,以保存其他类型及其成员。
OnAfterRun在 UnityLinker 运行后执行任意逻辑。
OnBeforeRun在 UnityLinker 运行前执行任意逻辑。