Struct ScriptCompilationSettings
Inherited Members
Namespace: UnityEditor.Build.Player
Assembly: UnityEditor.dll
Syntax
[Serializable]
public struct ScriptCompilationSettings
Properties
| Improve this Doc View Sourcegroup
Declaration
public BuildTargetGroup group { get; set; }
Property Value
| Type | Description |
|---|---|
| BuildTargetGroup |
options
Declaration
public ScriptCompilationOptions options { get; set; }
Property Value
| Type | Description |
|---|---|
| ScriptCompilationOptions |
target
Declaration
public BuildTarget target { get; set; }
Property Value
| Type | Description |
|---|---|
| BuildTarget |