Version: 2022.2

BuildPlayerProcessor

class in UnityEditor.Build


实现接口:IOrderedCallback

切换到手册

描述

Extend BuildPlayerProcessor to receive callbacks during a player build.

变量

callbackOrder返回回调的相关回调顺序。系统会优先调用值较低的回调,然后再调用值较高的回调。

公共函数

PrepareForBuildImplement this function to receive a callback before a player build starts.