GetIl2CppLTOMode(NamedBuildTarget)
Gets link time optimization (LTO) mode for il2cpp builds for the build target you specify.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Method
- Namespace: UnityEditor
- Assembly: UnityEditor.CoreModule
public static Il2CppLTOMode GetIl2CppLTOMode(NamedBuildTarget buildTarget)
Parameters
The name of the build target you want to query.
Returns
Type | Description |
|---|---|
| Il2CppLTOMode | The link-time optimization mode for the specified build target. |