Class DependencyGraph.SerializedData
Serializable payload for persisting dependency graphs.
Inherited Members
Namespace: AutoGroupGenerator
Assembly: Unity.AutoGroupGenerator.Editor.dll
Syntax
[Serializable]
public class DependencyGraph.SerializedData
Fields
| Name | Description |
|---|---|
| Graph | The serialized graph representation. |
| IndexEntries | Mapping of GUID strings to serialized indices. |