Class TMP_PreBuildProcessor
Implements
IPreprocessBuildWithReport
IOrderedCallback
Inherited Members
Namespace: TMPro
Assembly: Unity.TextMeshPro.Editor.dll
Syntax
public class TMP_PreBuildProcessor : IPreprocessBuildWithReport, IOrderedCallback
Properties
callbackOrder
Returns the relative callback order for callbacks. Callbacks with lower values are called before ones with higher values.
Declaration
public int callbackOrder { get; }
Property Value
Type | Description |
---|---|
int |
Methods
OnPreprocessBuild(BuildReport)
Implement this function to receive a callback before the build is started.
Declaration
public void OnPreprocessBuild(BuildReport report)
Parameters
Type | Name | Description |
---|---|---|
BuildReport | report | A report containing information about the build, such as its target platform and output path. |
Implements
UnityEditor.Build.IPreprocessBuildWithReport
UnityEditor.Build.IOrderedCallback