Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


CodeAnalysisFlags

Options for the compilation mode Project Auditor should use when performing code analysis.
Read time 1 minuteLast updated 6 days ago

Definition

[Flags]public enum CodeAnalysisFlags

Remarks

Setting the compilation mode can affect how long analysis takes, which assemblies are analysed and whether certain scripting define symbols are considered.

Fields

Value

Description

AllAll
DebugManagedCodeVariantDebugManagedCodeVariant
EditorEditor
NoneNone
PackagesPackages
PlayerPlayer
TestsTests