Enum LastProcessingStep
Identifies the last processing step to execute.
Namespace: AutoGroupGenerator
Assembly: Unity.AutoGroupGenerator.Editor.dll
Syntax
public enum LastProcessingStep
Fields
| Name | Description |
|---|---|
| All | Executes all steps in the pipeline. |
| Cleanup | Stops after cleanup operations that refine addressable output. |
| GenerateAddressableGroups | Stops after creating addressable groups. |
| GenerateDependencyGraph | Stops after generating the dependency graph. |
| GenerateGroupLayout | Stops after generating group layouts. |
| GenerateSubGraphs | Stops after identifying subgraphs and their source relationships. |
| InputAssets | Stops after collecting input assets. |
| None | No processing steps are executed. |