AssemblyBuilderStatus
Status of the AssemblyBuilder build.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Enum
- Namespace: UnityEditor.Compilation
- Assembly: UnityEditor.CoreModule
public enum AssemblyBuilderStatus
Fields
Value | Description |
|---|---|
| Finished | Indicates the AssemblyBuilder build has finished. |
| IsCompiling | Indicates the AssemblyBuilder build is compiling. |
| NotStarted | Indicates the AssemblyBuilder build has not been started. |