Enum ProcessStepReport
Flags controlling which processing steps emit reports.
Namespace: AutoGroupGenerator
Assembly: Unity.AutoGroupGenerator.Editor.dll
Syntax
[Flags]
public enum ProcessStepReport
Fields
| Name | Description |
|---|---|
| AddressableGroups | Write a report for the addressable groups step. |
| Cleanup | Write a report for cleanup operations. |
| DependencyGraph | Write a report for the dependency graph step. |
| GroupLayout | Write a report for the group layout step. |
| InputAssets | Write a report for the input assets step. |
| SubGraphs | Write a report for the subgraph step. |