Class DataContainer
Shared data used across AutoGroupGenerator editor workflows.
Inherited Members
Namespace: AutoGroupGenerator
Assembly: Unity.AutoGroupGenerator.Editor.dll
Syntax
public class DataContainer
Fields
| Name | Description |
|---|---|
| AssetEditingInProgress | Indicates whether Addressable asset editing is currently in progress. |
| DependencyGraph | Dependency graph generated for the project assets. |
| ExcludedAssets | Assets excluded by exclusion rules. |
| GroupLayout | Group layout data keyed by group name. |
| InputAssets | Set of input asset paths gathered from input rules. |
| Logger | Logger used for workflow messages. |
| Settings | Loaded settings instance controlling the workflow. |
| SettingsFilePath | File path for the active settings asset. |
| Subgraphs | Subgraph data keyed by hash. |