SetIncrementalIl2CppBuild
Sets incremental build flag.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Method
- Namespace: UnityEditor
- Assembly: UnityEditor.CoreModule
SetIncrementalIl2CppBuild(BuildTargetGroup, bool)
Sets incremental build flag.
public static void SetIncrementalIl2CppBuild(BuildTargetGroup targetGroup, bool enabled)
Parameters
Remarks
Sets a boolean flag indicating a IL2CPP supported build target is going to use incremental builds.
BuildTargetGroup is marked for deprecation in the future. Use NamedBuildTarget instead.
SetIncrementalIl2CppBuild(NamedBuildTarget, bool)
Sets incremental build flag.
public static void SetIncrementalIl2CppBuild(NamedBuildTarget buildTarget, bool enabled)
Parameters
Remarks
Sets a boolean flag indicating a IL2CPP supported build target is going to use incremental builds.
BuildTargetGroup is marked for deprecation in the future. Use NamedBuildTarget instead.