Class 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 |
---|---|
String |
OutputToDotFile(String)
Declaration
public void OutputToDotFile(string path)
Parameters
Type | Name | Description |
---|---|---|
String | path |