Class DependencyGraph
Graph of asset dependencies used by AutoGroupGenerator.
Inherited Members
Namespace: AutoGroupGenerator
Assembly: Unity.AutoGroupGenerator.Editor.dll
Syntax
public class DependencyGraph : Graph<AssetNode>
Constructors
| Name | Description |
|---|---|
| DependencyGraph() | Initializes an empty dependency graph. |
| DependencyGraph(Graph<AssetNode>) | Initializes the graph from an existing Graph<T>. |
Methods
| Name | Description |
|---|---|
| AddEdge(string, string) | Adds a dependency edge between two asset paths. |
| AddNode(string) | Adds a node for the asset path. |
| CountOutgoingEdges(AssetNode) | Counts outgoing edges from the specified node. |
| Deserialize(SerializedData) | Rehydrates a DependencyGraph from serialized data. |
| Serialize() | Serializes the graph into a persistable payload. |