Class GraphView
Namespace: Unity.WebRTC.Editor
Syntax
public class GraphView
Constructors
GraphView(String)
Declaration
public GraphView(string label)
Parameters
| Type | Name | Description |
|---|---|---|
| String | label |
Methods
AddInput(DateTime, Single)
Declaration
public void AddInput(DateTime timeStamp, float input)
Parameters
| Type | Name | Description |
|---|---|---|
| DateTime | timeStamp | |
| Single | input |
Create()
Declaration
public VisualElement Create()
Returns
| Type | Description |
|---|---|
| VisualElement |