CompilationPipeline.PrecompiledAssemblySources
Specifies the sources of precompiled assemblies referenced during compilation.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Enum
- Namespace: UnityEditor.Compilation
- Assembly: UnityEditor.CoreModule
[Flags]public enum CompilationPipeline.PrecompiledAssemblySources
Remarks
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Fields
Value | Description |
|---|---|
| All | Matches all assembly sources. |
| SystemAssembly | Matches assemblies supplied by the target framework. |
| UnityAssembly | Matches any Unity assemblies. |
| UnityEditor | Matches UnityEditor and editor module assemblies. |
| UnityEngine | Matches UnityEngine and runtime module assemblies. |
| UserAssembly | Matches precompiled assemblies present in the project and packages. |