Method AddEdge
AddEdge(string, string)
Adds a dependency edge between two asset paths.
Declaration
public void AddEdge(string pathA, string pathB)
Parameters
| Type | Name | Description |
|---|---|---|
| string | pathA | Source asset path. |
| string | pathB | Dependent asset path. |