Class IL2CPPSettings
Namespace: Unity.Entities.Runtime.Build
Syntax
public sealed class IL2CPPSettings : IDotsRuntimeBuildModifier
Fields
ScriptDebugging
Declaration
public BuildSettingToggle ScriptDebugging
Field Value
| Type | Description |
|---|---|
| BuildSettingToggle |
Properties
WaitForDebugger
Declaration
public bool WaitForDebugger { get; set; }
Property Value
| Type | Description |
|---|---|
| Boolean |
Methods
Modify(JsonObject)
Declaration
public void Modify(JsonObject jsonObject)
Parameters
| Type | Name | Description |
|---|---|---|
| JsonObject | jsonObject |