Class DotGraph
Inheritance
System.Object
DotGraph
Namespace: UnityEditor.Dot
Syntax
public class DotGraph
Methods
AddElement(DotElement)
Declaration
public void AddElement(DotElement element)
Parameters
| Type | Name | Description |
|---|---|---|
| DotElement | element |
GenerateDotString()
Declaration
public string GenerateDotString()
Returns
| Type | Description |
|---|---|
| System.String |
OutputToDotFile(String)
Declaration
public void OutputToDotFile(string path)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | path |