Enum CompilationMode
Options for the compilation mode Project Auditor should use when performing code analysis.
Namespace: Unity.ProjectAuditor.Editor
Assembly: Unity.ProjectAuditor.Editor.dll
Syntax
[JsonConverter(typeof(StringEnumConverter))]
public enum CompilationMode
Remarks
Setting the compilation mode can affect how long analysis takes, which assemblies are analysed and whether certain scripting define symbols are considered.
Fields
Name | Description |
---|---|
DevelopmentPlayer | Development player |
Editor | Editor assemblies |
EditorPlayMode | Editor assemblies for Play Mode |
Player | Non-Development player (default) |